Skip to content

Commit 40c8c4b

Browse files
committed
configure_alias_names provide easy access to generate patches tools
1 parent b3dde42 commit 40c8c4b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)