Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to make a folder into git repo

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

turn a folder into a git repo

$ git filter-branch --prune-empty --subdirectory-filter FOLDER-NAME  BRANCH-NAME 
  # Filter the specified branch in your directory and remove empty commits
  > Rewrite 48dc599c80e20527ed902928085e7861e6b3cbe6 (89/89)
  > Ref 'refs/heads/BRANCH-NAME' was rewritten
Comment

PREVIOUS NEXT
Code Example
Shell ::  
Shell :: http sever with ssl start 
Shell :: creating a branch in git 
Shell ::  
Shell :: how to install flutter linux 
::  
Shell :: git clone tag 
Shell :: kali tools 
Shell :: QSslSocket: cannot resolve CRYPTO_set_id_callback QSslSocket: cannot resolve CRYPTO_set_locking_callback QSslSocket: cannot resolve sk_free QSslSocket 
Shell :: bash print output to one line 
Shell :: could not connect to server: Connection refused Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432 
Shell :: how to get deployment token from firebase 
Shell :: ssh custom port fla 
:: Could not find an NgModule. Use the skip-import option to skip importing in NgModule. 
Shell :: pdf to jpg terminal 
:: git archive 
Shell :: git tutorial 
Shell :: create flutter project command line 
Shell :: bash how to run remote command 
::  
Shell ::  
Shell :: add user to docker group 
Shell :: install aws cli version 2 on mac 
Shell :: git global settings ssh 
::  
Shell :: git log show only merge commits 
Shell :: How to install php-simple-html-dom-parser 
Shell :: mongodb install kali linux 
Shell :: delete auto purge 
Shell :: rename branch name brfore push 
ADD CONTENT
Topic
Content
Source link
Name
6+4 =