lunes, 15 de septiembre de 2014

git wiki

Set up your local directory

mkdir /path/to/your/projectcd /path/to/your/projectgit initgit remote add origin https://jamesjara@bitbucket.org/pythonHacherz/hackers.git

Create your first file, commit, and push

echo "jamesjara" >> contributors.txtgit add contributors.txtgit commit -m 'Initial commit with contributors'git push -u origin master

No hay comentarios:

Publicar un comentario