kaylinkhanal / hulaki

2 stars 2 forks source link

git commands to push the code #1

Open kaylinkhanal opened 10 months ago

kaylinkhanal commented 10 months ago

create your branch, git checkout -b develop

add changes and push git add . git commit -m "message" git push -u origin develop