Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

new git

echo "# iT-Support" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/amanj8sdiq/iT-Support.git
git push -u origin main
Comment

git create

echo "# contact_workshop" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/WinWinMaw4/contact_workshop.git
git push -u origin main



//Config User with Cli
$ git config --global user.name ”yourgitusername”
$ git config --global user.email ”youremail@gmail.com"
Comment

create git

echo "# projectcourse5" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/MaartensInformatica/projectcourse5.git
git push -u origin main
Comment

new git

echo "# iT-Support" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/amanj8sdiq/iT-Support.git
git push -u origin main
Comment

git create

echo "# contact_workshop" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/WinWinMaw4/contact_workshop.git
git push -u origin main



//Config User with Cli
$ git config --global user.name ”yourgitusername”
$ git config --global user.email ”youremail@gmail.com"
Comment

create git

echo "# projectcourse5" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin https://github.com/MaartensInformatica/projectcourse5.git
git push -u origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: linux list zip contents 
Shell :: ufw rules 
Shell :: copy folder from ssh server to local 
Shell :: github clone 
Shell :: cmake install files 
Shell :: git change name 
Shell :: shell script crud 
Shell :: new-alias vi notepad 
Shell :: rollup scss .d.ts 
Shell :: linux copy with different name 
Shell :: How to Install and Configure doctl on Ubuntu 
Shell :: git push submodule changes to fork 
Shell :: run command and Exit cts 
Shell :: install h5py in jupyter notebook 
Shell :: Running shell scripts 
Shell :: aws php install sendmail fedora 
Shell :: Multiple Sequential Commands in CRON Linux 
Shell :: enter a number using RANDOM in shell scripting 
Shell :: redirect batch file output 
Shell :: ros galactic build 
Shell :: shell show 5 lines 
Shell :: disable windows 11 tpm secureboot cpu ram storage check 
Shell :: Recipe to merge git 
Shell :: Calculate float values with menu using bash script 
Shell :: Run Edge Node with Docker on Linux map wallet 
Shell :: remove a complete directory 
Shell :: apt-get update qq 
Shell :: git add symlink alias link file folder 
Shell :: man vmstat 
Shell :: check number of bridges available jitsi 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =