-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGithub Guidelines.txt
19 lines (19 loc) · 1.12 KB
/
Github Guidelines.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
----------------------------------------------------
| Commands for pushing in github |
----------------------------------------------------
** git init
** git add .
** git commit -m "your message"
-----------------------------------------------------
| For pushing in Rakib's repository |
-----------------------------------------------------
** git remote add origin 'https://github.com/Rakib3103/Product-Inventory-Website.git'
** git commit -m "your message"
** sync github
--------------------------------------------------------
| For pushing in Nourin's repository |
--------------------------------------------------------
** git remote add origin 'https://github.com/nourinsiddique/CSE470_Clueless.git'
** git remote set-url origin 'https://github.com/nourinsiddique/CSE470_Clueless.git'
** git commit -m "your message"
** sync github