Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

auto git script

#!/bin/bash
function project() {
    cd /home/levicrews
    cp -a /home/levicrews/template-project $1
    python3 create_project.py $1
    cd /home/levicrews/$1
    git init
    git remote add origin git@github.com:levicrews/$1.git
    git add .
    git commit -m "Initial commit"
    git push -u origin master
}
Comment

PREVIOUS NEXT
Code Example
Shell :: maingit-branch--m-main-<BRANCH-git-fetch-origin-git-branch--u-origin/<BRANCH-<BRANCH-git-remote-set-head-origin--a 
Shell :: multiple-gits 
Shell :: iubutnu open port 
Shell :: excape all quates awk in file 
Shell :: Set Up Imagick 
Shell :: how to install startx 
Shell :: unbinding a mac to AD terminal 
Shell :: how to zip entire folder in sagemaker 
Shell :: journalctl --flush --rotate; journalctl --vacuum-time=1s; 
Shell :: linux server disable embeded screen 
Shell :: bash ssh enable color 
Shell :: Alternative to ctrl+R on linux 
Shell :: password with asterisk in bash script 
Shell :: scala run shell command 
Shell :: mercurial remove missing files 
Shell :: visual studio copy nuget packages to another project command line 
Shell :: How To Create Y/N Question On Batch Script 
Shell :: jq show only certain fields 
Shell :: command t0 install Squarify in python 
Shell :: ubuntu download and extract tar 
Shell :: To install latest version of something with pip in python 
Shell :: all changed files git 
Shell :: export environment variable from bash script 
Shell :: kill port 8080 windows cmd command 
Shell :: list ios devices command line 
Shell :: adonis run specific seeder 
Shell :: add one drive to ubuntu 
Shell :: ssh secure shell client 
Shell :: gatsby-plugin-feed-generator 
Shell :: manueldeveloper github 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =