You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I'm running a custom action that runs this .sh script:
reset.sh
#!/bin/bash
cd /User/jane.doe/repo
git reset --hard --no-quiet
I get the following error in Sourcetree:
git-lfs filter-process: git-lfs: command not found
fatal: the remote end hung up unexpectedly
System Info:
macOS 10.15.4
Sourcetree 4.0.1 (234)
System Git 2.23.0
System git-lfs 2.10.0
I do not get this error when running the same script from a Terminal.