git tag -a v1.0.0 -m "Release 1.0.0" git push origin v1.0.0 gh release create v1.0.0 --title "v1.0.0" --notes "Release notes"
Open your terminal (Ctrl + Alt + T) and run the following two commands. The first updates your system's list of available software, and the second installs Git. github for ubuntu upd
: Set requirements to ensure code is reviewed before being merged. git tag -a v1
export http_proxy=http://your-proxy-server:port export https_proxy=https://your-proxy-server:port sudo -E add-apt-repository ppa:git-core/ppa Use code with caution. github for ubuntu upd
Now that your tools are ready, you can create a brand new repository on GitHub without leaving your terminal . This will bring your local, empty folder to life on GitHub.
Paste the key into your GitHub account settings under "SSH and GPG keys."