Skip to content

berc/git-tips

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

Collection of Git Commands

  • Rename current branch $ git branch -m new_branch

  • Undo your last commit $ git reset --soft HEAD~

  • How to undo “git commit --amend” done instead of “git commit” $ git reset --soft HEAD@{1}

Markdown Cheatsheet

About

Collection of Git Commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published