Script to automate the git add process for new cells
diff --git a/scripts/gitpush.sh b/scripts/gitpush.sh
new file mode 100644
index 0000000..45889db
--- /dev/null
+++ b/scripts/gitpush.sh
@@ -0,0 +1,2 @@
+git add cells/ def/user_proj_example.def gds/user_proj_example.gds.gz gds/user_project_wrapper.gds.gz lef/user_proj_example.lef mag/user_project_wrapper.mag openlane/user_proj_example/config.tcl openlane/user_proj_example/macro_placement.cfg signoff/user_proj_example/final_summary_report.csv verilog/rtl/user_proj_cells.v verilog/rtl/user_proj_example.v
+