8000
Skip to content

VThang51/VThang51

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 

Repository files navigation

Since 19 November 2022


Create a new repository on the command line

git init
git add .
git commit -m "<commit_text>"
git branch -M <branch>
git remote add origin <url>.git
git push -u origin <branch>

Push an existing repository from the command line

git remote add origin <url>.git
git branch -M <branch>
git push -u origin <branch>

Clone the .git folder of an existing repository

git clone --bare [--branch <branch/tag>] <url>.git .git

Create and switch to your new local branch

git checkout -b <branch>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

0