git init
git status
git add .
git commit -m “description”
git remote add origin <URL>
git push -u origin master
git log
git –help
git branch “branch name”
git checkout “branch name”
git merge “branch name”
git branch –d “branch name”
git push origin –delete “branchname”
Like this:
Like Loading...
Related
Published by Raghavendra Seshumurthy
My name is Raghavendra Seshumurthy. Presently I am working as a technolgy manager for Microland Organization. I have experience on security/cloud products: F5, Checkpoint, ASA, PA, AWS, Bluecoat, VPN, PITC, Zscaler, Azure, GCP, network, security, cloud. This blog is created just to share thoughts on new technologies and features in the network, security and cloud environment.
View all posts by Raghavendra Seshumurthy