This project contains a simple Angularjs + Bootstrap based interface for RichCarmine's team UrlShortener project.
| What to do | Command | Example |
|---|---|---|
| Select/checkout out a branch | git checkout branchname |
git checkout develop |
| Add files to commit | `git add [ -A | pathtofile ]` |
| Commit changes | git commit -m "Message" |
git commit -m "Fixed various bugs @FooBar.java |
| Remove cached files | git rm -r --cached [ pathtofile ] |
git rm -r --cached * |
| Download from repository | git pull origin branchname |
git pull origin master |
| Upload local to repository | git push origin branchname |
git push origin develop |
master branch
- In this branch there will be functional releases
develop branch
- Every change that is committed and pending for test will go here