-
Notifications
You must be signed in to change notification settings - Fork 0
/
srorso.txt
31 lines (21 loc) · 924 Bytes
/
srorso.txt
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
27
28
29
30
31
C:\common\github>git --version
git version 2.14.1.windows.1
C:\common\github>git clone https://github.com/SDL-Hercules-390/dummytest
Cloning into 'dummytest'...
remote: Counting objects: 27, done.
remote: Compressing objects: 100% (21/21), done.
remote: Total 27 (delta 7), reused 15 (delta 2), pack-reused 0
Unpacking objects: 100% (27/27), done.
C:\common\github\dummytest>git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
(use "git add <file>..." to include in what will be committed)
srorso.txt
nothing added to commit but untracked files present (use "git add" to track)
C:\common\github\dummytest>git stage srorso.txt
C:\common\github\dummytest>git commit
[master 62534a8] Test commit by srorso
1 file changed, 11 insertions(+)
create mode 100644 srorso.txt
Also used SmartGit 18.4 to update this file without OAuth token