Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Publish Repositry

//Create Repo in Github And Then Execute these commands in CMD or Git Bash

echo "# all_iib" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:username/reponame
git push -u origin main
Comment

PREVIOUS NEXT
Code Example
Shell :: Error: error modifying EC2 Volume "vol-04e2b1a2d03860650": InvalidParameterValue: New size cannot be smaller than existing size 
Shell :: how to change expiry date for user linux 
Shell :: running geoserver from a different port ubuntu 
Shell :: install flask apache on ec2 instance 
Shell :: apt install from file 
Shell :: Auto restart apps on file change 
Shell :: add line in yaml file using sed 
Shell :: --force-badname 
Shell :: clam av debian not installing 
Shell :: diff remote file 
Shell :: calcul md5 fichier linux 
Shell :: turn off history bash mac 
Shell :: how to install wordpress ubuntu 16.04 rosehosting 
Shell :: grep search for text in php files recursive 
Shell :: using centos 7 as haproxy 1.8 
Shell :: Future<void _getCurrentUserLocation () async { final locData = await Location().getLocation(); final double newLatitude = locData.latitude; final double newLongitude = locData.longitude; 
Shell :: Error: Account is not an upgradeable program or already in use 
Shell :: github actions failing sudo: /etc/init.d/mysql: command not found 
Shell :: show all vscode extensions installed in commandline 
Shell :: Openstack on ubuntu 18.04 
Shell :: install yacc fedora 
Shell :: jq delete variable 
Shell :: Écrire un script qui compte le nombre de fichiers et de répertoires dans le répertoire courant en llinux 
Shell :: cmd for statement 
Shell :: chekkout of branch without committing changes 
Shell :: smbolic link linux command 
Shell :: solidity optimizer runs 
Shell :: como excluir tag remota 
Shell :: ubuntu 20.04 command line maky copy of folder 
Shell :: Unset a Variable; Remove Variable; Delete Variable 
ADD CONTENT
Topic
Content
Source link
Name
1+9 =