Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tissue Research JKU
Tissue Research Doc
Commits
5cbf19db
Commit
5cbf19db
authored
Dec 03, 2021
by
Sabina Köfler
Browse files
Add automatic closing of issues
parent
74ae9ed7
Changes
1
Hide whitespace changes
Inline
Side-by-side
quick-start-guides/get_started_with_git.md
View file @
5cbf19db
...
@@ -14,7 +14,7 @@ git reset --hard origin/master (or origin/main)
...
@@ -14,7 +14,7 @@ git reset --hard origin/master (or origin/main)
```
```
https://stackoverflow.com/a/38784578
https://stackoverflow.com/a/38784578
## work now! after you have made
changes
## work now! after you have made changes
```
```
git add [specify filename]
git add [specify filename]
```
```
...
@@ -49,3 +49,11 @@ then
...
@@ -49,3 +49,11 @@ then
```
```
git push
git push
```
```
## automatically close an open issue when pushing a commit
```
git commit -m "Sort more efficiently" -m "Closes #[INSERT_ISSUE_NO]]"
```
```
git push
```
Write
Preview
Supports
Markdown
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