-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgit_notes.txt
More file actions
22 lines (17 loc) · 821 Bytes
/
git_notes.txt
File metadata and controls
22 lines (17 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Guide for working within git reposiroty
---------------------------------------------------------
Step 1 - git add "file_name"
This adds a new file to the git rep
---------------------------------------------------------
Step 2 - edit the file as much as you want to.
---------------------------------------------------------
Step 3 - git commit ("filename")
n.b - commit does eveything or can do on a by file basis
---------------------------------------------------------
Step 4 - add notes in nedit (pops up after commit)
can also do commit -m (message)
---------------------------------------------------------
STATUS CHECK - git status shows pending actions???
LOG - git log - shows messages/notes
---------------------------------------------------------
gitk nice source tree to show all the changes