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
There are lots of ways to learn git, here are some suggestions. If you want to read about git and/or watch some videos start in the non-interactive section. If you prefer to play with actual commands to learn then start in the interactive section.
4
+
5
+
# Different Learning Options
6
+
7
+
## Interactive:
8
+
The first two start out in the web browser then git immersion helps you setup git on your machine and walk through examples on your actual machine.
9
+
10
+
https://www.codecademy.com/learn/learn-git
11
+
12
+
https://www.codeschool.com/paths/git
13
+
14
+
http://gitimmersion.com/
15
+
16
+
My favorite web tool for being able to mentally visualize what happens when you run different git commands.
If you have a Mac you can run GitUp which provides a visual representation of your repository as well as quick ways to do some more complicated command line commands.
32
+
http://gitup.co/
33
+
34
+
### SourceTree:
35
+
SourceTree has the advantage of working on windows and Mac. You have to make an Atlassian account to use it for free past 30 days but it is free.
36
+
https://www.sourcetreeapp.com/
37
+
38
+
### GitKraken:
39
+
This looks like it will be a nice free tool, but I’m waiting on an invite.
0 commit comments