An open API service indexing awesome lists of open source software.

https://github.com/hmasila/gdg-kabarak

Go to http://bit.ly/2nc6a4p for a step by step demonstration of how to use the basic GIT commands
https://github.com/hmasila/gdg-kabarak

git oop python version-control versioning

Last synced: about 1 month ago
JSON representation

Go to http://bit.ly/2nc6a4p for a step by step demonstration of how to use the basic GIT commands

Awesome Lists containing this project

README

          

# gdg-kabarak 2017 - Getting Started with GIT

An OOP application to practice use of common GIT commands

### Commands
git init

git remote add https://…..

git add .

git commit -m “….”

git push origin -u master

git branch -b develop

git add .

git commit -m “….”

git checkout master

git merge develop

git push origin master