Skip to content

ArcoMul/favorite-cmd-commands

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 

Repository files navigation

$ cd .. Go to parent directory

$ ls List folders and files

$ mkdir [name of folder to create] Create a folder

$ touch [name of file to create] Creates an empty file

$ code [folder to open] Opens Visual Studio Code in the current directory

$ mv [what][to where] Moves a file (or directory) or rename a file (or directory)

$ git push Pushes commits of local repository in remote repository

$ git pull Pulls commits of remote repository into local repository

$ git remote add origin Adds remote repository under url to local repositry

$ git clone Copies and creates remote repository localy

$ git checkout -b <branch_name> Creates new branch and changes folder into that state

$ git checkout <branch_name> Checkout branch_name

$ git branch Shows branches

$ git merge <branch_name> Merges branch_name into current branch

$ git checkout --track origin/ Checks our remote branch in local repository and starts tracking

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published