Skip to content

ijklim/test-git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Test various git commands

# 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published