Git Crash Course

categorie

Git è un sistema di version control distribuito inventato da Linus Torvalds, libero e open source (FOSS), progettato per gestire rapidamente ed in modo efficiente qualsiasi cosa, dai progetti più piccoli (una lista di appunti) a quelli più grandi (il kernel di linux).

Git è facile da imparare e ha un ingombro minimo con prestazioni fulminee. Supera gli tool SCM come Subversion, CVS, Perforce e ClearCase con caratteristiche come ramificazioni locali a basso costo, comode aree di staging e flussi di lavoro multipli.

Il suo rilascio è avvenuto nel 2005 e ha praticamente soppiantato qualsiasi altro strumento del genere.

Git - A Beginner's Guide to Git Version Control
A Complete Beginners Guide to Git

★ Git Command Explorer
★ Git for Professionals – Free Version Control Course

git book
git handbook
la guida di Atlassian

★ How Git Branches Work
★ Git Branching Commands Explained with Examples

Git Good - The magic of keeping a clean Git history
branching model under the hood: how branches work in Git

resources

git CLI cheatsheet

★ Designing better file organization around tags, not hierarchies

Advanced Git Tools—Interactive Rebase, Cherry-Picking, Reflog, and more

git tips: branch, ecc.

How Git Works Under the Hood

How to Write Better Git Commit Messages – A Step-By-Step Guide


Add new comment

The content of this field is kept private and will not be shown publicly.

Full HTML 2

  • Web page addresses and email addresses turn into links automatically.
  • Lines and paragraphs break automatically.

Filtered HTML

  • Web page addresses and email addresses turn into links automatically.
  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type='1 A I'> <li> <dl> <dt> <dd> <h2 id='jump-*'> <h3 id> <h4 id> <h5 id> <h6 id>
  • Lines and paragraphs break automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.