How to use Sourcetree? - agileinfoways/Android-Guidelines GitHub Wiki
Download and install below softwares
Sourcetree - https://www.sourcetreeapp.com/
Git - https://git-scm.com/downloads
How to clone repository?
- Click on clone

- Enter git repo url that you want to clone
- Select project destination and click on Clone.
How to add working copy?
Initialize git in your project
- Go to your project folder.
- Right click on blank space and select Git Bash Here

- Type git init command in Git Command window and hit enter

Ad your project in Sourcetree
- Click on Add

- Click browse button and select your android project
- Click Add button
- You can now see your project in Sourcetree as below
5. Click on Setting Icon

6. Click on Add button

7. Check Default Remote and enter created Git Repository's URL and click OK

8. Stage all files and commit code

9. Click on Git Flow icon and click OK


10. Create branch with name you like


11. Push code to server
