Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 481 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 481 Bytes

Netxd-demo

about learning git

git learning

git clone

1. List of commands

git add --all

git add <filepath/filename> (only for specific files)

git commit -m "Mention changes that you have done"

git pull

incase of conflicts resolved

git push

git branching strategies

git checkout -b you can apply all the commands in the list #1.

to publish the branch

git push -u origin

to go to main branch

git checkout