-
Notifications
You must be signed in to change notification settings - Fork 0
Anathapindika/fermant
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To work on this project you will need to do the following. 1. Create yourself an account on github (free). 2. Set ssh keys so you can communicate securely with the server. See https://help.github.com/articles/generating-ssh-keys This needs to be done only once per account per machine. 3. Clone the repository using git clone [email protected]:Anathapindika/Fermant Files will go into the Fermant/ directory. You can update from the server at any time by typing git pull inside the Fermant directory. 4. To edit collaboratively, tell Anathapindika your username, so he can add you as a collaborator. 5. Configure git on your machine, adapting the following git config --global user.name "Alan M Turing" git config --global user.email [email protected] This is not essential, but good practice. It's fine to put your real name and email address here -- no spam results. 6. When you add a new file that you wish to be tracked: git add myfile 7. When you want to send your current version to the server: git commit -am "short message" git push origin master 8. A useful command is git status 9. You can see stats and stuff here: https://github.com/Anathapindika/Fermant 10. Absolutely everything about git: http://git-scm.com/book/
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published