Skip to content

Commit 7ea9910

Browse files
author
Sergei Vorobev
committed
Add more complex scenarios section to powershell-repository-101
1 parent 328f7b9 commit 7ea9910

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

docs/git/powershell-repository-101.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,16 @@ Then switch to your branch and do rebase
6969
git rebase master
7070
```
7171

72-
#### Git pretty
72+
#### More complex scenarios
7373

74-
[So you have a mess on your hands?](http://justinhileman.info/article/git-pretty/)
74+
Covering all possible git scenarios is behind the scope of the current document.
75+
Git has excellent documentation and lots of materials available online.
7576

76-
[Linus]:http://thread.gmane.org/gmane.comp.video.dri.devel/34739/focus=34744
77+
We are leaving few links here:
78+
79+
[Git pretty flowchart](http://justinhileman.info/article/git-pretty/): what to do, when your local repo became a mess.
7780

81+
[Linus]:http://thread.gmane.org/gmane.comp.video.dri.devel/34739/focus=34744
7882

7983

8084

0 commit comments

Comments
 (0)