Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git alias

$ git config --global alias.co checkout
$ git config --global alias.br branch
$ git config --global alias.ci commit
$ git config --global alias.st status
Comment

git alias variables

ra = "!f() { 
        git remote add $1 https://bitbucket.org/$2.git; 
      }; f"
Comment

PREVIOUS NEXT
Code Example
Shell :: upload transfer.sh 
Shell :: download file on linus ssh 
Shell :: git commit with message 
Shell :: backup ubuntu 22 
Shell :: run powershell script by clicking 
Shell :: bash argument parsing 
Shell :: how to make pyinstaller build python program not open command prompt 
Shell :: install raspap 
Shell :: how to run r in docker 
Shell :: powershell create new file and open 
Shell :: aws instance agent installation on command line (cloudwatchlogs) 
Shell :: tar uncompress tgz 
Shell :: how to compress files in powershell 
Shell :: Mongodb admin login 
Shell :: apt install package version 
Shell :: git flow 
Shell :: command running processes linux 
Shell :: flutter desktop 
Shell :: terminal open vim 
Shell :: ffmpeg denoise audio 
Shell :: grep usage 
Shell :: how to get the type of something in powershell 
Shell :: easy disk cleaner 
Shell :: git bring back deleted branch from local 
Shell :: remove .idea from git 
Shell :: git 3 way merge 
Shell :: and or bash 
Shell :: jenkins builds 
Shell :: git how to track files 
Shell :: linux bash search history 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =