I have a git with branch. In this branch i have checkout a particular commit to separate folder.
Now I have added some of files to this particular branch id with changes. now my time to save this to git.
But I am wondering, if I commit and push may it impact on other commits sits on top of this commit ID.
How to handle this scenario?
In case If I commit, will all changes, added files only will sit on respected commit only? - need clarity.