set up git repository
# New local repository
git init
git add .
git commit -m "Initial commit"
# New remote repository
# Create remote repository (likely on github), then:
git remote add origin https://github.com/username/new_repo #https
git remote add origin [email protected]:username/new_repo #ssh
# Now push
git push -u origin master
Also in Shell:
- kali linux command download
- statsmodels logit function
- powershell create service
- linux compress a pdf
- a2ensite example.
- ubuntu bluetooth not turning on
- grep
- linux permission
- fingerprint login disabled ubuntu 20.04
- install kubernetess on mac
- ubuntu virtualbox 1920x1080
- archlinux install chrome
- how to know if keras is installed
- terminal italics test sequence
- git delete tag name
- install nvm
- add user linux
- convert all files and folders in current directory into zip in linux
- rec: command not found
- linux create file
- error: eaccess: permission denied ionic
- how to set date in linux
- only show first lines linux
- i dont have pip, hoow to install pandas