# Create git repo in the current directory
git init
# Rename current branch to main
git branch -M main
# Create link to remote repo on GitHub
git remote add origin https://github.com/ijklim/test-git.git
# Upload changes from local branch main to remote server on GitHub
git push -u origin main-
Notifications
You must be signed in to change notification settings - Fork 0
ijklim/test-git
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published