Skip to content

PistachoSoft/Shortener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published