Skip to content

TheBox193/git-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 

Repository files navigation

git-training

Resources:

Tools:

  • SourceTree - Git GUI
  • Oh-my-zsh - Shell tool that shows current branch when in a dir with a repo

Other Useful git commands:

  • git reset --hard - Resets everything, handy if you need to abort and revert to fresh commit state
  • Rebasing
    • git rebase master -i - Start a rebase of current branch against master
    • git rebase --continue - Continue if there
  • git bisect - Binary search for which commit a bug was introduced
  • More at git-tips

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •