forked from compxco/genray
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME_test
27 lines (21 loc) · 1.02 KB
/
README_test
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/home/bobh/cql3d/git_genray/README_test
This is a test file for adding file to git working directory.
git add README_test
git status shows it is in staged state.
Modify it further (now).
git status ==> it is in Changes to be committed list,
and is modified. .#README_test is an untracked file.
Got rid of .#README_test (emacs releted) by saving it.
Now git status ==> Changed but not updated: modified: README_test
Do git add README_test ==> # Changes to be committed: modified: README_test
git commit -a -m 'More README_tests' ==> works [Wouldn't work without the
-m '<Message>'
Making further mods, and saving.
Then,
git checkout README_test ==> overwrites changed README in working directory.
I updated the checkout file. added and
committed.
Making copy of the directory and sub-directories. Then comparing these
directories with the copy with bcompare, after commiting this
README_test file. Purpose: to see what is changed througout the
directories.