I have already committed the following files in the local Git repository:
- dir1/file1
- dir1/file2
- dir2/file3
- dir2/file4
Now I want to push only two files out of four files, i.e., dir1/file1 and dir2/fil4 to GitLab. Is it possible? If yes, what is the appropriate Git command?