We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 602e3dd commit 94c696aCopy full SHA for 94c696a
ansible/roles/dev-desktop/files/scripts/help.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
echo "# Available scripts for managing your Rust checkouts"
4
-echo "init.sh | first time setup, you should only have to execute this once on a new machine"
+echo "setup_rustup.sh | first time setup, you should only have to execute this once on a new machine"
5
echo "status.sh | list the branches and git status of all copies of the Rust repo"
6
echo "new_worktree.sh | creates a worktree (shallow copy of the main git checkout of Rust, sharing the .git folder)"
7
echo "detach_merged_prs.sh | invokes \"git pull --fast-forward-only\" on all worktrees and detaches those that are equal to the \"master\" branch"
ansible/roles/dev-desktop/files/scripts/init.sh renamed to ansible/roles/dev-desktop/files/scripts/setup_rustup.sh
0 commit comments