You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/pages/02-development-environments/22-git.markdown
+40-8Lines changed: 40 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ frequently used as the version control system for Python projects.
18
18
<divclass="well see-also">Git is an implementation of the <ahref="/source-control.html">source control</a> concept. Learn how these pieces fit together in the <ahref="/development-environments.html">development environments</a> chapter or view the <ahref="/table-of-contents.html">table of contents</a> for all topics.</div>
19
19
20
20
21
-
## Git tutorials
21
+
## Beginner Git tutorials
22
22
Git can take awhile to wrap your head around, even for experienced software
23
23
developers. The following tutorials can quickly get you up to speed.
24
24
@@ -52,6 +52,10 @@ developers. The following tutorials can quickly get you up to speed.
52
52
is a concise essay explaining what happens when you add and commit files
53
53
in a Git repository.
54
54
55
+
*[19 Tips For Everyday Git Use](http://www.alexkras.com/19-git-tips-for-everyday-use/)
56
+
is a laundry list of helpful Git tips on commands such as `git bisect`,
<ahref="/blog/first-steps-gitpython.html" class="list-group-item smaller-item">First Steps with GitPython</a>
2
+
<ahref="https://gitpython.readthedocs.io/en/stable/" class="list-group-item smaller-item">GitPython official docs {% include "blog/external-link.html" %}</a>
3
+
<ahref="https://github.com/gitpython-developers/GitPython" class="list-group-item smaller-item">GitPython source code {% include "blog/external-link.html" %}</a>
0 commit comments