GitHub
git config --global user.email "[email protected]"
Tremendous Enceladus
git config --global user.email "[email protected]"
GitHub is a provider of Internet hosting for software development and version control using Git.
It offers the distributed version control and source code management functionality of Git,
plus its own features
sharing is caring :)
I love GitHub #Every open source developer's dream is to become github star
*Git* that source code..!
Ahah!, right? Get/git that source code..?...
I still love you, BitBucket
# Set the cache to timeout after 1 hour (setting is in seconds)
git config --global credential.helper 'cache --timeout=3600'
mkvirtualenv <virtual environment name>
Github is a online software hub for every software developer(or Game Developer, Like me)
echo "# dvd-test" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/bouliky/dvd-test.git
git push -u origin main