Skip to content

Latest commit

 

History

History
51 lines (50 loc) · 1.83 KB

ALIASES.md

File metadata and controls

51 lines (50 loc) · 1.83 KB

git aliases

  • st=view git changelog
  • gi=initialize git
  • gc=git commit
  • gcm=git commit passing the commit message in quotes
  • grm=list all git remotes
  • gb=list all branches
  • gchb=create a new branch and check out into the new branch
  • gch=switch to a different branch
  • gp=publish changes to github
  • gpl=pull changes from github
  • ga=add unstaged files
  • grma=add a remote connection to a repository
  • grmc=remove cached files from github
  • gca=ammed the most recent commit
  • gm=merge github branches
  • gcl=clone a git repository
  • gf=get data from a remote repository
  • gcr=create a new repository using hub

system aliases

  • mcd=create directory and checkout into created directory
  • addalias=adds new alias
  • t=create a new file
  • uu=update and upgrade the system
  • dp=checkout into the desktop folder
  • dc=checkout into the documents folder
  • opn=open the gui for folders
  • rlt=reload your terminal
  • dl=download youtube videos using youtube-dl
  • dla=download youtube video playlist using youtube-dl
  • install=install a .deb application
  • extract=extract a .tar.xz file
  • na=edit default aliases
  • stve= activate a virtual environment named virtual
  • dlw= download an entire website using wget
  • ngrok=start an ngrok tunnel`
  • ufl=unmout a removable drive
  • ffl=format a flash drive
  • rn= restart the network manager
  • u=update the system
  • ua=update, upgrade, upgrade the distro, fix broken packages, - auto remove the other packages
  • pyt=run a command using python3.6
  • c=open visual studio
  • cdl=chekcout into the downloads folder
  • _=run the sudo command
  • la=list all files and folders including hidden ones
  • start=open a new terminal
  • ss=start a python simple HTTP server
  • mkvenv=create a virtual environment and activate it
  • v=open vim