Skip to content

akelly92/git-tricks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 

Repository files navigation

git-tricks

Share your git tricks here.

Branches

  • git push --delete <branch_name>: Delete remote branch. see: http://stackoverflow.com/questions/2003505/delete-a-git-branch-both-locally-and-remotely
  • git checkout -b <new_branch_name>: Create a new branch and check it out in one step
  • git stash save: Save your local modifications to a stash and roll your working directory back to HEAD
  • git stash list: Show all stashed changes
  • git stash work: shows work
  • git branch: lists local repositories

About

Share your git tricks [git, quick]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published