git - tutorial, local repository

Published: 22 March 2015
on channel: Mr Limoe
337
1

git - tutorial, local repository


install
sudo apt-get install git

config
git config --global user.email "limoe274@gmail.com"
git config --global user.name "li moe"

init
mkdir -p development/project1
cd development/project1
git init

add files
git add *
git add filename

status
git status

commit
git commit -m ""

remove files
git rm file


On this page of the site you can watch the video online git - tutorial, local repository with a duration of hours minute second in good quality, which was uploaded by the user Mr Limoe 22 March 2015, share the link with friends and acquaintances, this video has already been watched 337 times on youtube and it was liked by 1 viewers. Enjoy your viewing!