Skip to content

inpg-batch-13/intro-to-git-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

intro-to-git

How to create project directory

mkdir intro-to-git
cd intro-to-git
code .
touch README.md

or

  • mkdir intro-to-git
  • cd intro-to-git
  • code .
  • touch README.md

List of commands

Command Description
pwd Print working directory
ls List folders and files
cd Navigate through directories
mkdir <dir_name> Create new directory/folder
touch <file_name> Create new file
rm <file_name> Delete file
rm -rf <dir_name> Delete a dir/folder

Git setup

  1. git init
  2. git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks