diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2014-02-07 12:52:29 -0500 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2014-02-07 12:52:43 -0500 |
commit | b52efd2340a66190af41d973306682c40f37755d (patch) | |
tree | 754a342d28b6b1c17aafc51ad788a1e96ddc8059 /contrib | |
parent | d5d7b2f8718107a17945a4411930141f32148b7c (diff) | |
download | basic-hdl-template-b52efd2340a66190af41d973306682c40f37755d.tar.gz basic-hdl-template-b52efd2340a66190af41d973306682c40f37755d.zip |
quick start: commit all the things
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/QUICK_START.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/QUICK_START.txt b/contrib/QUICK_START.txt index 852f11c..a0b98bd 100755 --- a/contrib/QUICK_START.txt +++ b/contrib/QUICK_START.txt @@ -50,7 +50,7 @@ test -f ./contrib/QUICK_START.txt # Commit all that! - git commit -e -m "Starting new project using verilog-build template" + git commit -a -e -m "Starting new project using verilog-build template" echo "Alright, good to go." echo |