Skip to content

Commit

Permalink
Modified help text to be more useful for git novices regarding woking…
Browse files Browse the repository at this point in the history
… with forks
  • Loading branch information
frodeseverin committed Aug 1, 2012
1 parent d929b90 commit 61411a3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ZENDVERSION=1.11.5

default:
@echo "Typical targets your could want to reach:"
@echo "Typical targets you could want to reach:"
@echo ""
@echo "--> make deploy ............... Install OntoWiki <-- in doubt, use this"
@echo " (use this for server installations)"
Expand All @@ -24,6 +24,9 @@ help:
@echo " rdfauthor .................. Clone under libraries for development"
@echo " (you will need ssh github access for the module for this)"
@echo " pull ....................... 'git pull' for all repos"
@echo " Keep in mind that you might have to incorporate changes"
@echo " from upstream using some variant of 'git pull upstream develop"
@echo " if you are working on a fork."
@echo " status ..................... 'git status' for all repos"
@echo " branch-check ............... 'git rev-parse' for all repos"
@echo " clean ...................... Deletes all log and cache files"
Expand Down

0 comments on commit 61411a3

Please sign in to comment.