Here are two ways to stage individual unstaged file using Git GUI.
Option 1
Select individual file under “Unstaged Changes” which you want to stage. You may use Shift or Ctrl keys to select those files. Once selected, click on “Commit” menu.
![Git GUI unstaged to stage select single file](https://www.vishalon.net/blog/wp-content/uploads/2019/09/git-unstaged-to-stage-select-single-file.png)
Select “Stage To Commit”
![Git GUI unstaged to stage menu](https://www.vishalon.net/blog/wp-content/uploads/2019/09/git-unstaged-to-stage-menu.png)
It will stage the selected files
![Git GUI unstaged to stage done](https://www.vishalon.net/blog/wp-content/uploads/2019/09/git-unstaged-to-stage-done.png)
Option 2
Click on individual file icon in “Unstaged Changes”. Make sure you click on icon and not on the file name. Otherwise it will not work.
![Git GUI unstaged to stage click icon single file](https://www.vishalon.net/blog/wp-content/uploads/2019/09/git-unstaged-to-stage-click-icon-single-file.png)
It will stage the clicked file
![Git GUI unstaged to stage done](https://www.vishalon.net/blog/wp-content/uploads/2019/09/git-unstaged-to-stage-done.png)
Leave a Reply