Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
ravilabio
ravilabio.gitlab.io
Commits
079c3ca3
Commit
079c3ca3
authored
Apr 20, 2020
by
Ricardo Avila
Browse files
Update notes
parent
2d615fb9
Pipeline
#137770813
passed with stage
in 1 minute and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
_notes/unix/git.md
_notes/unix/git.md
+7
-1
No files found.
_notes/unix/git.md
View file @
079c3ca3
...
...
@@ -17,6 +17,12 @@ Deleting a local branch:
git branch -d branch_name
```
Deleting a remote branch:
```
push --delete remote_name branch
```
Checkout specific files from another branch:
```
...
...
@@ -39,4 +45,4 @@ Restore branch changes:
```
git stash apply
```
\ No newline at end of file
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment