Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

committing on github

# make sure to do: git config --global user.name "username" 
# git config --global user.email "your.email@email.com"

git init -b main
git add .
git commit -m "message"
git push origin main
 
PREVIOUS NEXT
Tagged: #committing #github
ADD COMMENT
Topic
Name
1+7 =