Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VCS_SCM
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitDevSecOps
VCS_SCM
Commits
8802bbd3
Commit
8802bbd3
authored
10 months ago
by
9devops9
🔥
Browse files
Options
Downloads
Patches
Plain Diff
Git-Commands
parent
8e372547
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
VCS_SCM/Git-Commands
+3
-1
3 additions, 1 deletion
VCS_SCM/Git-Commands
with
3 additions
and
1 deletion
VCS_SCM/Git-Commands
+
3
−
1
View file @
8802bbd3
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment