Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

How to fetch only modify files?

rspl patel December 19, 2017

Below is the Scenarios:

1) I have modified 2 files for required changes.

2) Commit to git.

3) Now I need only two files which I modify only. Currently in Bamboo, all files are converting into zip file. Is there any way for get only those files which I modify/commit. Something can we do by Patch command but not sure.

 

Currently I have added Script task into plan and added below command into body.

zip -r php.zip PHP

Can you please help me for in Bamboo which task I need to add into Plan and how to get modified zip files?

 

Thanks,

Sunil

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 20, 2017

Hi Sunil,

There is a StackOverflow article titled git checkout only modified files from another branch into current that may provide assistance:

Here is the solution from the article:

git ls-files | sed 's/.*/git checkout master -- "&"/' | sh -x

or

git ls-files | xargs git checkout master --

Hopefully that helps.

Cheers,

Brandem

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events