Skip to content
Snippets Groups Projects
Commit 8802bbd3 authored by 9devops9's avatar 9devops9 🔥
Browse files

Git-Commands

parent 8e372547
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,9 @@ git log --pretty=oneline | tail -n NO
git merge -h
git merge COMMIT_ID # take particular commit id from source branch to merged with currently working branch
git merge BRANCH_NAME # current branch merged with target branch
git merge --abort
git merge --abort #
git branch --merged # lists branches that have been merged
git branch --no-merged # lists branches that have not been merged
[Pull]
git pull
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment