Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #524297
Git Tutorials
Need to import your project into Stash?
Check out Teamforge to Stash Migration HOWTO
Coming to Git from Subversion?
Try the Git Reference
Git Immersion –
Step-by-step walkthrough of typical git usage on the command line.
Download: git_immersion_tutorial.zip , load html/index.html in your browser.
Git Workflow for Teams
Numerous options exist for using git in a team development environment. Check out these options, and pick what works best for your team.
- Git Workflows - Overview (Atlassian) : Git_Workflows_Overview.pdf
- Git Workflows - Centralized (Atlassian) : Git_Workflows_Centralized.pdf
- Git Workflows - Feature Branch (Atlassian) : Git_Workflows_FeatureBranch.pdf
- Git Workflows - Git Flow (Atlassian) : Git_Workflows_GitFlow.pdf
- Git Workflows - Forking (Atlassian) : Git_Workflows_Forking.pdf
More info on Git Flow – "A successful Git branching model" – Workflow
An option for branching workflow during development to separately track feature branches, release preparations & tagging, and hotfixes.
Download: successful-git-branching-model.pdf and Git-branching-model.pdf
Git Flow add-on available in Git Tools , is included by default in Git Tools !
New to Git? Awesome interactive tutorial on the web -
I stumbled across a interactive Git tutorial on the web that teaches you the commands and then has you actually use them.
So on FIIN or 4STAR go to: pcottle.github.io/learnGitBranching/
Stay tuned for more additions!