How to add,commit in git-Hindi| How to push from git to github | How to pull code from github in Ubuntu
#git #github #ubuntu #aws #devops #cloud #computing
sudo su
ls
apt install git -y
git config --global user.email "[email protected]"
git config --global user.name "admin"
which git
mkdir delhigit
ls
cd delhigit
git init -isse locoal git repo ban jayegi
cat delhi1
delhi hai dil walo ki
cntl + d
git status
git add .
git status
git commit -m "my first commit from Delhi"
git status
git log
git show "commit id"
git remote add origin "central git url"
git push -u origin master
enter username
enter password
cat delhi
delhi se mumbai kaise jaaye
git add .
git commit -m "my second code from delhi"
git log
git show "commit id"
git push origin master
seceon ubuntu2 command
sudo su
apt git install -y
git config --global user.email "[email protected]"
git config --global user.name "admin2"
mkdir mumbai
ls
cd mumbaigit
git init
ls -a
git remote add origin "central repo url" seceon ec2 command
sudo su
apt git install -y
git config --global user.email "[email protected]"
git config --global user.name "admin2"
mkdir mumbai
ls
cd mumbaigit
git init
ls -a
git remote add origin "central repo url" https://github.com/TeknoPathshala/Cen...
git log
git status
git pull origin master
git log
git show "commit id"
cat delhi
dusre ec2 ke code for testing purpose
ctrl+d
cat delhi
git status
git add .
git status
git commit -m "code from ec2"
git status
git log
git show "commit id"
git push origin master
username
password
delhi system
git pull origin master
git log
git show "commit id"
git log
git status
git pull origin master
git log
git show "commit id"
cat delhi
dusre ec2 ke code for testing purpose
ctrl+d
cat delhi
git status
git add .
git status
git commit -m "code from ec2"
git status
git log
git show "commit id"
git push origin master
username
password
delhi system
git pull origin master
git log
git show "commit id"