Skip to content

Commit e45da58

Browse files
committed
Adding subdirectories
1 parent d205e34 commit e45da58

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

FOOTPRINTS/note.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is an empty file. Except for this sentence.

GENERAL_TOOLS/note.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
This is an empty file. Except for this sentence.

gitPush.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
git add *
4+
35
git push origin master
46

57
git push githubkicadrepo master

0 commit comments

Comments
 (0)