Skip to content

bvincent1/gitgud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

GitGUD

learn how to use git and how to fix git disasters

Task 1 upstream amendÂ

solution:

git commit --amend
git push --force

Task 2 interactive rebase, squash, rename

solution:

git rebase -i
-squash
-reword

About

Practice repo for advanced git behavior and testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages