SAGARFIVE

1. Introduction

2. Git Basics

3.  Git Terminology

4.  Git Branching

5.  Git - Github

6.  Git Add (Git staging)

7.  Git Commit

8.  Github Advanced

9.  Git Remote

6.3 Git rm

 Remove files from Staging area (un staging) / un Tracking :

  • If you want to remove a file from staging/tracking with any reason
  • We can simply remove it by using this command

git rm –cached <filename>
  • By removing a staged files, it will be moved to untracked files list