Skip to content

Commit 214b396

Browse files
ismailariliktshepang
authored andcommitted
refactor(git.md) use <> instead of long [...](...) syntax for plain links
1 parent 2c85732 commit 214b396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/git.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ error: cannot rebase: You have unstaged changes.
167167
error: Please commit or stash them.
168168
```
169169

170-
(See [https://git-scm.com/book/en/v2/Getting-Started-What-is-Git%3F#_the_three_states](https://git-scm.com/book/en/v2/Getting-Started-What-is-Git%3F#_the_three_states) for the difference between the two.)
170+
(See <https://git-scm.com/book/en/v2/Getting-Started-What-is-Git%3F#_the_three_states> for the difference between the two.)
171171

172172
This means you have made changes since the last time you made a commit. To be able to rebase, either
173173
commit your changes, or make a temporary commit called a "stash" to have them still not be commited
@@ -178,7 +178,7 @@ will prevent the "cannot rebase" error in nearly all cases:
178178
git config --global rebase.autostash true
179179
```
180180

181-
See [https://git-scm.com/book/en/v2/Git-Tools-Stashing-and-Cleaning](https://git-scm.com/book/en/v2/Git-Tools-Stashing-and-Cleaning) for more info about stashing.
181+
See <https://git-scm.com/book/en/v2/Git-Tools-Stashing-and-Cleaning> for more info about stashing.
182182

183183
### I see 'Untracked Files: src/stdarch'?
184184

0 commit comments

Comments
 (0)