Add more complex scenarios section to powershell-repository-101

This commit is contained in:
Sergei Vorobev 2016-07-07 12:26:36 -07:00
parent 328f7b9984
commit 7ea99107ec

View file

@ -69,15 +69,19 @@ Then switch to your branch and do rebase
git rebase master
```
#### Git pretty
#### More complex scenarios
[So you have a mess on your hands?](http://justinhileman.info/article/git-pretty/)
Covering all possible git scenarios is behind the scope of the current document.
Git has excellent documentation and lots of materials available online.
We are leaving few links here:
[Git pretty flowchart](http://justinhileman.info/article/git-pretty/): what to do, when your local repo became a mess.
[Linus]:http://thread.gmane.org/gmane.comp.video.dri.devel/34739/focus=34744
Tags
------