We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moban doesnt need a complete copy of the history. It only needs to be able to sync to the latest from each revision.
clone depth should be something like 2 to reduce unnecessary packs being fetched.
The text was updated successfully, but these errors were encountered:
good idea!
Sorry, something went wrong.
when moban tries to update the repos, is this update command right?
git fetch origin --depth=1 for getting latest head
git fetch origin --depth=1
I assume, if git pull would get everything by default.
git pull
Yes
No branches or pull requests
moban doesnt need a complete copy of the history. It only needs to be able to sync to the latest from each revision.
clone depth should be something like 2 to reduce unnecessary packs being fetched.
The text was updated successfully, but these errors were encountered: