GitHub

From Matt Morris Wiki
Jump to navigation Jump to search

see Trello for project cards etc

credential saver

$ git config --global credential.helper cache
# Set git to use the credential memory cache

Get changes locally:

git add file_to_add
git rm file_to_remove
git commit README.md
git commit -a -m "inline message"

Push to remote:

git push https://github.com/MatthewJohnMorris/Aliquot-JS.git
git push https://github.com/MatthewJohnMorris/better-than-evens.git

Set editor:

git config --global core.editor "gedit"

To run: file:///mnt/DATA/Documents/dev/GitHub/Aliquot-JS/html/index.html

GitHub: https://github.com/MatthewJohnMorris/Aliquot-JS

Trello: https://trello.com/b/a2h0iEXh/aliquot-js

Web: