git pull --rebase for a specific folder/file -


I just want to rebase a folder.

Is it possible to do something git bridge - Rebbus original / master path / in / folder / or / file.txt < P> and only that path will be updated?

Quick answer is "no".

The maximum number of answers is that what you are trying to accomplish, and whether you want to resize any file / folders or any history you are showing or not.

If you do not have any changes in your branch, and you want to get the latest file from the original / master and keep it in your work directory, and you do not want any 'history' What happened, you can

  git fetch original master git checkout root / master - path / to / file.txt   

for something else It is complicated by the fact that it becomes ugly.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -