philosophy/ebms
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
ION AUTH LIBRARY: https://github.com/benedmunds/CodeIgniter-Ion-Auth SETTING UP GIT LOCAL SERVER: http://book.git-scm.com/4_setting_up_a_public_repository.html http://stackoverflow.com/questions/2519933/git-clone-repo-across-local-file-system /* Update your local repository */ 1. Open Git BASH 2. Go to ebms folder and update type the command "git pull" /* To check if you have uncommited file changes */ 1. git status /* To commit your changes */ 1. git add . or git add <filename> 2. gitk - to check your changes 3. git commit -m 'your message here' 4. git pull - if a conflict occurs fix the conflict 4. git push /* current_avatar refers to current user */