Skip to content

aisuvro/interactive-care

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

#vcs live class 02

git commit -m "regular message" -m "extended message"
git log
git status
git comit --amend
git reset HEAD~1
git reset --hard HEAD~1
git reset --soft HEAD~1
git rebase -i HEAD~3
git rebase --continue
git rebase --abort
git reflog
git cherry-pick <commit>
git stash
git stash list
git stash apply
git stash drop
git stash pop
git stash clear
git stash show
git stash show -p
git stash apply stash@{1}
git stash drop stash@{1}
git stash pop stash@{1}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors