SUBPAGE MENU
# # #
git_repo_command_line
# #
Description: Debian GNU/Linux 7.7 (wheezy)
#1 SMP Debian 3.16.7-ckt2-1~bpo70+1 (2014-12-08)
3.16.0-0.bpo.4-amd64
Aspire S7-392
15_03_05
#
git version 1.7.10.4
# #
My basic git commands:
git clone https://
git status
git add [filename]
git commit -a -m "description"
git push
git pull
#
Example:
git clone https://github.com/grik/neuroimaging
echo "icotera?" >> fsl.txt
git status
git add fsl.txt
git commit -a -m "commiting fsl.txt"
git push
# #
Troubleshooting
#
# #
Sources
#
# # #