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 b3dde42 commit 40c8c4bCopy full SHA for 40c8c4b
generate_patches/configure_alias_names.sh
@@ -0,0 +1,17 @@
1
+#!/bin/bash
2
+
3
+# It MUST be run using source in order to configure alias
4
+export local_patch_path="/Users/marion/dev/git_local/Code/patchrepo"
5
6
+alias reset_workspace="${local_patch_path}/generate_patches/reset_workspace.sh"
7
+alias generate_main="${local_patch_path}/generate_patches/main.sh"
8
9
+# method
10
+# start in directory with LoopWorkspace main branch
11
+# this command sets the workspace back to pristine main state:
12
+# reset_workspace main
13
+# this gets used a lot when initially configuring the components needed
14
+# Required components are listed at the beginning of main.sh
15
16
+# Once the required components are ready, issue this command to make the other patches
17
+# generate_main
0 commit comments