Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jgit-dev] Checkout a list of files

Hello all,
 
As recommended on the EGit forum (http://www.eclipse.org/forums/index.php?t=rview&goto=667086#msg_667086), I post here my question:
 
I'd like to execute the following GIT command with JGIT, but after a lot of googling, I didn't find any simple way to do it. Any help would be greatly appreciated !

git checkout file1.txt file2.txt file3.txt

Thanks in advance,
CyMac
 
 

Back to the top