git basic command tutorial
#Initialize Repo
cd my_awesome_project
git init
#NOTE:you need to setup your global (--global) or project user
git config --global user.name POG
git config --global user.email [email protected]
#Create a README.md and .gitignore file then stage all changes
git add .
#Commit them
git commit -m "Create REAME and gitignore"
Also in Shell:
- disable open file explorer erverytime i connect usb ubuntu
- ngbmodal angular 9 yarn install
- install magento 2 command line composer
- error: eaccess: permission denied ionic
- linux delete appledouble files
- check disk space linux
- how to install brew
- ansible only disable service if installed
- create directory linux
- pip3 install from git
- update all chocolatey packages
- how to initialize a git repository command line
- ubuntu show disk space
- git ignore not saving changes
- install strapi cli
- git bash Could not open a connection to your authentication agent
- github
- conda install keras
- edit files from terminal linux
- powershell check if software is installed
- npm list global packages
- bash redirect output to null
- git pull hard
- how do i clone a specific branch in git