init step way to create repository git
# 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 mastergit init
git add somefile
git commit -m "initial commit"
git remote add origin https://github.com/username/new_repo
git push -u origin master cd /path/to/my/codebase
git init
git add .
git commit -m "my comment" git configuration
Also in C++:
- git remove unpushed commit
- linux check if x11
- linux create a video from images
- command to run jar file linux
- how to install redis on manjaro
- clear npm logs
- linssid linux mint 20
- versão do meu linux
- zsh split string character by character
- install zsh hyper mac
- shell commands windows
- pm2 install
- gsed comand store file
- git reset to origin/master
- laravel remote: error: unable to unlink old 'public/.htaccess': Permission denied
- how to start xampp in ubuntu
- npm install aos
- git add command
- iina github
- start redis server
- djanog shell change password
- read -p linux
- Failed to install the app. Make sure you have the Android development environment set up
- powershell new file