We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 328f7b9 commit 7ea9910Copy full SHA for 7ea9910
1 file changed
docs/git/powershell-repository-101.md
@@ -69,12 +69,16 @@ Then switch to your branch and do rebase
69
git rebase master
70
```
71
72
-#### Git pretty
+#### More complex scenarios
73
74
-[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.
75
+Git has excellent documentation and lots of materials available online.
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.
80
81
+[Linus]:http://thread.gmane.org/gmane.comp.video.dri.devel/34739/focus=34744
82
83
84
0 commit comments