Skip to content

Commit d0f7a76

Browse files
committed
Add preview image, gitignore, and ignore some files
1 parent f141226 commit d0f7a76

5 files changed

+12
-0
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
"push-force.bat"
2+
"pull-force.bat"

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Comboser
22
Ladies and Gentlemen, welcome to the (absurdly) cool repository of combination.
33

4+
![comboser](/preview of comboser.png)
5+
46
**Note**: It is worth noting that this repository is:
7+
58
1. a work in progress(some bugs here and there)
69
2. <s>Mac OS and </s>Linux support not out yet(but will be :wink:)
710
3. Use at your own risk.

preview of comboser.png

43.3 KB
Loading

pull-force.bat

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
"@ECHO OFF"
3+
"git pull --force"
4+
"PAUSE"

push-force.bat

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
@ECHO OFF
2+
git push --force
3+
PAUSE

0 commit comments

Comments
 (0)