You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2022. It is now read-only.
git config --global user.name "username"
git config --global user.email [email protected]
git config --list
git init //Create a directory, cd into the directory and run this command
rm -rf .git //Revereses the git init command
git clone "web_link.git"
git log <optional> //You can use -2 at optional to show the last two commits
git remote
git remote -v
git status
git commit -a -m "Message"
git push origin master