To push Complete code
1.git init 2.git add . 3.git push
To push Incomplete code
1.git commit -am 'Message' 2.git push origin HEAD
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To push Complete code
1.git init 2.git add . 3.git push
To push Incomplete code
1.git commit -am 'Message' 2.git push origin HEAD