Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Git comands

# The set of commands that were used in the `Basic Git Commands` video

# Make sure the directory is empty
ls

# Output some text to a `story.txt` file
echo "Once upon a time" >> story.txt

# Ensure that the file exists in the current folder
ls

# Initialize a local git repository
git init

# Show everything present in the current directory, including hidden
# files and folders
ls -a

# Show the status of the repository
git status

Comment

PREVIOUS NEXT
Code Example
Shell :: unpause jobs bash 
Shell :: grep all except last 
Shell :: what is installation testing 
Shell :: add exist code to git repository azure 
Shell :: track a git submodule on a branch 
Shell :: sudo apt install powerman 
Shell :: npm run watch not updating 
Shell :: win start posgres 
Shell :: azure core functions install 
Shell :: Install Spotify on zzUbuntu 
Shell :: how to denote spaces in path 
Shell :: install newest spyder version with coneda 
Shell :: Failed to load module. If you have prettier or plugins referenced in package.json, ensure you have run `npm install` 
Shell :: how to copy stuff in git ter 
Shell :: ubuntu cmd nano mode delete all 
Shell :: Install spawn-fcgi 
Shell :: visual basic code syntax 
Shell :: wifi falling out 
Shell :: delete cache gi 
Shell :: set-executionpolicy unrestricted permission denied 
Shell :: Branching in a repository 
Shell :: masking 
Shell :: kubernetes pod init command run 
Shell :: remove telegraf from dembian 
Shell :: more wsl2 images 
Shell :: install psalm laravel 
Shell :: where to export wsl AppData 
Shell :: wget health check 
Shell :: copy too large file commmand linux 
Shell :: uniq command in linux 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =