Skip to content

buvanesh2002/Netxd-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

about learning git

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published