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

https://github.com/aspgm-fav/learn-git


https://github.com/aspgm-fav/learn-git

git github

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Learn-Git

-Git Flow


git clone -b develop


git checkout -b
start working….



after work is done push using :
git add .
git commit -m “”
do Pull Request
git push origin
(do this daily)

after pull request is approved and merged do pull
git checkout develop
git pull origin develop
start again from create branch
if not don’t switch branch yet

staging -> hasil merge dari develop
master -> hasil merge dari staging

chmod +x gradlew
./gradlew assembleBeta