75
loading...
This website collects cookies to deliver better user experience
git merge
that is another way to it if you wanted to keep the history of change in Git. Good example of cherry-picking is for example you have 2 branches called devBranch & branch2a and you had your commit in devBrancg but supposedly need to be in branch2a.git cherry-pick [227aaf1]
and it will show you the conflicts;
git commit --amend
, let say you got your changes saved and you do your regular git add .
& commit but your commit message was short like this(according to git log
);git rebase
, git reflog
, even be more familiar with git remote
. I hope this blog helped you in a way if you are new to git.