Skip to content

Commit 77e7b4c

Browse files
committed
add screenshots and minor changes
1 parent 6847ada commit 77e7b4c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
#LearnGit
2-
Teach team github
2+
PUGIS Internal GitHub Training
3+
4+
##Step 0
5+
Download GitHub Desktop at https://desktop.github.com/
36
##Step 1
4-
Copy the git clone url from the right side of the project webpage at github. Start git shell, ```cd (directory)``` go to directory you want clone to and enter ```git clone ``` followed by the url you just copied. This will put a copy of the project on your local machine. If repo is already on local machine use ```git pull``` to get updated documents.
7+
Copy the git clone url from the right side of the project webpage. Start git shell, ```cd (directory)``` go to directory you want clone to and enter ```git clone ``` followed by the url just copied. This will put a copy of the project on local machine. If repository already existed use ```git pull``` to get updated documents.
8+
![Clone repository](/screenshots/Clone.PNG?raw=true "Clone Repo Url")
9+
![Shell command](/screenshots/Shell.PNG?raw=true "Clone to Local Directory")
510
##Step 2
611
Change directory to working directory ```cd (directory)```
712
##Step 3
@@ -18,3 +23,4 @@ Pushes doc to default
1823

1924
##In case of problems
2025
You can use the ```git stash``` command to clear unwanted commits or other problems
26+
[To the beginning](#Step 0)

Diff for: screenshots/Clone.PNG

104 KB
Loading

Diff for: screenshots/Shell.PNG

46.4 KB
Loading

0 commit comments

Comments
 (0)