Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1007 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 1007 Bytes

PistachoShortener

This project contains a simple Angularjs + Bootstrap based interface for RichCarmine's team UrlShortener project.

GitHelp


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

Repository structure

master branch

  • In this branch there will be functional releases

develop branch

  • Every change that is committed and pending for test will go here