Користувальницькі налаштування

Налаштування сайту


coding:git

Це стара версія документу!


GIT

The repository for this project is empty

Command line instructions

Git global setup

git config --global user.name "user name"
git config --global user.email "user@name.ua"

Create a new repository

<file>mkdir signature cd signature git init touch README.md git add README.md git commit -m “first commit” git remote add origin git@git.name.UA:user/signature.git git push -u origin master<file>

Push an existing Git repository

<file>cd existing_git_repo git remote add origin git@git.name.UA:user/signature.git git push -u origin master<file>

coding/git.1439326005.txt.gz · Востаннє змінено: 2015/08/11 20:46 (зовнішнє редагування)

Якщо не вказано інше, вміст цієї Вікі підпадає під дію такої ліцензії: CC Attribution 4.0 International
CC Attribution 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki