Custom Missions for OpenRA
| cnc/release-20180923 | ||
| ra/playtest-20221224 | ||
| .gitignore | ||
| LICENSE.md | ||
| README.txt | ||
This is just a working repository of my personal OpenRA maps. Feel free to clone/play/whatever. lazy reminder of git commands because I am a n00b: git clone https://github.com/BooooB159/OpenRA-Maps.git <directoryName> git status // show all new/changed files git add --all // git add <file> // add changes to be committed git add <directory> // git checkout -- <file> // undo adding file git commit -m "This is a commit message" // "save" added changes locally git push // add all saved changes to online repo