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

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


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

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

Push an existing Git repository

cd existing_git_repo
git remote add origin git@git.name.UA:user/signature.git
git push -u origin master
coding/git.txt · Востаннє змінено: 2015/08/11 20:47 (зовнішнє редагування)

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