Skip to content

Commit 6feb724

Browse files
authored
Add files via upload
1 parent 1d7d0ee commit 6feb724

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Steps to push in Git.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
git init
2+
3+
git remote add origin <origin-link>
4+
5+
git add .
6+
7+
git commit -m "Solutions for Questions 1 and 2"
8+
9+
git push -u origin master

0 commit comments

Comments
 (0)