Skip to content

Commit f6d40e9

Browse files
committed
added steps to be followed
1 parent 657bef4 commit f6d40e9

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

StepsToFollow.txt

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
G:\Projects\Docker\dropwizard>git remote add origin https://github.com/sggncucum
2+
ber/HelloWorld-DropWizard.git
3+
4+
G:\Projects\Docker\dropwizard>git pull https://github.com/sggncucumber/HelloWorl
5+
d-DropWizard.git master
6+
From https://github.com/sggncucumber/HelloWorld-DropWizard
7+
* branch master -> FETCH_HEAD
8+
Merge made by the 'recursive' strategy.
9+
README.md | 5 +++++
10+
1 file changed, 5 insertions(+)
11+
create mode 100644 README.md
12+
13+
G:\Projects\Docker\dropwizard>git init
14+
Reinitialized existing Git repository in G:/Projects/Docker/dropwizard/.git/
15+
16+
G:\Projects\Docker\dropwizard>git add .
17+
18+
G:\Projects\Docker\dropwizard>git commit -m "First commit"
19+
On branch master
20+
nothing to commit, working directory clean
21+
22+
23+
G:\Projects\Docker\dropwizard>git remote -v
24+
origin https://github.com/sggncucumber/HelloWorld-DropWizard.git (fetch)
25+
origin https://github.com/sggncucumber/HelloWorld-DropWizard.git (push)
26+
27+
G:\Projects\Docker\dropwizard>git push origin master
28+
Counting objects: 36, done.
29+
Delta compression using up to 4 threads.
30+
Compressing objects: 100% (26/26), done.
31+
Writing objects: 100% (35/35), 8.21 MiB | 51.00 KiB/s, done.
32+
Total 35 (delta 1), reused 0 (delta 0)
33+
To https://github.com/sggncucumber/HelloWorld-DropWizard.git
34+
7c9c075..657bef4 master -> master
35+
36+
G:\Projects\Docker\dropwizard>

0 commit comments

Comments
 (0)