Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
register-ahoadon
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Phạm Quang Huy
register-ahoadon
Commits
00bd835e
Commit
00bd835e
authored
Feb 04, 2020
by
Pham Huy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update readme
parent
191e7c3a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
30 deletions
+44
-30
README.md
README.md
+44
-30
No files found.
README.md
View file @
00bd835e
Đăng ký online ahoadon
# Đăng ký online ahoadon
Command line instructions
## Command line instructions
Git global setup
### Git global setup
git config --global user.name "Phạm Quang Huy"
> git config --global user.name "Phạm Quang Huy"
git config --global user.email "huypq@dcv.vn"
> git config --global user.email "huypq@dcv.vn"
Create a new repository
git clone http://git.dcv.vn/huypq/register.ahoadon.git
### Create a new repository
cd register.ahoadon
> git clone http://git.dcv.vn/huypq/register.ahoadon.git
touch README.md
git add README.md
> cd register.ahoadon
git commit -m "add README"
git push -u origin master
> touch README.md
Existing folder
> git add README.md
cd existing_folder
git init
> git commit -m "add README"
git remote add origin http://git.dcv.vn/huypq/register.ahoadon.git
git add .
> git push -u origin master
git commit -m "Initial commit"
git push -u origin master
### Existing folder
> cd existing_folder
Existing Git repository
cd existing_repo
> git init
git remote rename origin old-origin
git remote add origin http://git.dcv.vn/huypq/register.ahoadon.git
> git remote add origin http://git.dcv.vn/huypq/register.ahoadon.git
git push -u origin --all
git push -u origin --tags
> git add .
\ No newline at end of file
> git commit -m "Initial commit"
> git push -u origin master
### Existing Git repository
> cd existing_repo
> git remote rename origin old-origin
> git remote add origin http://git.dcv.vn/huypq/register.ahoadon.git
> git push -u origin --all
> git push -u origin --tags
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment