Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

initialize a local repository

git remote add origin git@github.com:username/new_repo 
git push -u origin master
Comment

Initializing a repo on local machine

$ git init   # You're done!  
$ git remote add origin url_of_your_git_server   # So that you can push your code somewhere.
Comment

PREVIOUS NEXT
Code Example
Shell :: restart service hpux 
Shell :: how to install .net on pop os 
Shell :: kill a server port in terminal 
Shell :: Copying file permission of unixcop to monitor.txt 
Shell :: docker php fpm xsl 
Shell :: ubuntu startup takes longer after swap file changed 
Shell :: This command will base the newly created branch on the existing branch specified in the command 
Shell :: command line filters 
Shell :: sudo install awk 
Shell :: Let NetworkManager manage all devices on wsl 2 
Shell :: linux server disable embeded screen 
Shell :: "scrapy shell" pass cookies to fetch 
Shell :: github set commit on head 
Shell :: docker gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation 
Shell :: prometheus label __meta_docker_container_name with docker-compose 
Shell :: snapshot ubuntu shotcut key 
Shell :: length 2 
Shell :: docker image for log scarping example 
Shell :: comand moves or renames the old file to the new name 
Shell :: sublime select all matches 
Shell :: how to download github code in terminal 
Shell :: vscode command line run 
Shell :: show git branch on terminal 
Shell :: cmake source directory 
Shell :: sudo in mingw64 
Shell :: always asks for ssh-add 
Shell :: Switching the namespaces using kubectl commands 
Shell :: how to ping and know if the target is alive Kali Linux 
Shell :: fortios download linux 
Shell :: list directory xargs linux 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =