Skip to content

Commit

Permalink
git show after checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpugh committed Sep 17, 2024
1 parent e1dfc55 commit 575daa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* description = @Translation("Clone a git repository and checkout the desired git reference."),
* command = {
* "git clone [git_remote] [git_root] || echo 'Clone already exists.'",
* "cd [git_root] && git fetch && git checkout [git_reference]",
* "cd [git_root] && git fetch && git checkout [git_reference] && git show",
* }
* )
*/
Expand Down

0 comments on commit 575daa9

Please sign in to comment.