Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Use dropbox as private git repository

~/project $ git init
~/project $ git add .
~/project $ git commit -m "first commit"
~/project $ cd ~/Dropbox/git

~/Dropbox/git $ git init --bare project.git
~/Dropbox/git $ cd ~/project

~/project $ git remote add origin ~/Dropbox/git/project.git
~/project $ git push -u origin master
Comment

PREVIOUS NEXT
Code Example
Shell :: how to reduce directory name in terminal linux 
Shell :: disconnect ssh raspberry pi how to see current upgrade 
Shell :: how to convert text file to executable mac 
Shell :: drupal 9 dump database 
Shell :: clear the log folder in var linux to a max file of 500M 
Shell :: tail and watch directory linux 
Shell :: openssl new certificate one line 
Shell :: uninstall peazip linux 
Shell :: Running MacOS on Windows 10 with WSL2 
Shell :: how to create a wallpaper on a bat file 
Shell :: Oops… I committed all those changes to the master branch 
Shell :: minecraft skript every 1 second 
Shell :: magick change format png 
Shell :: scp two remote devices 
Shell :: remove white space from file and display result 
Shell :: linux instal netmanager 
Shell :: executar python como parametro 
Shell :: sed replace single line with multi line 
Shell :: install slurm ubuntu 20.04 
Shell :: how to install brew 
Shell :: jq yq for html 
Shell :: start cpu scheduler on ubuntu terminal 
Shell :: cups server cannot cancel jobs 
Shell :: mac see what is ruuning on a port 
Shell :: Apache Webserver does not show directory listings but 403 - Yosemite 
Shell :: https://flashnft.eth.link/ 
Shell :: how to setup raspi-config on ubuntu server running on raspberry pi 
Shell :: how to install stack haskell in manjarp 
Shell :: bash script to replace hyphen with underscore 
Shell :: Branching in a repository 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =