Status
git status
Git Add
git add .
# OR
git add --all
# OR
git add hello-world.js
# OR
git add dir/
Check status
git status
Commit
git commit -am "hello world changes"
-am
: All commits with message
Push
git push -u origin branchName
# OR
git push # pushes the current branch to the configured upstream
Posts on git
Related Post:
K8s Contributor Playground, Learning by Contributing
Adding Try in PWD button to README file
Open JDK docker container commands shell access to the container
AWS EBS Volmes - Create and attach the EBS volume with mounting
Elasticsearch - Dumping documents from multi-node to single node