Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Firecul
Firecul / git-tag-delete-local-and-remote.sh
Created January 1, 2018 04:29 — forked from mobilemind/git-tag-delete-local-and-remote.sh
how to delete a git tag locally and remote
# delete local tag '12345'
git tag -d 12345
# delete remote tag '12345' (eg, GitHub version too)
git push origin :refs/tags/12345
# alternative approach
git push --delete origin tagName
git tag -d tagName
@Firecul
Firecul / Project Homecoming FAQ.md
Last active March 6, 2020 01:12
Community-sourced FAQ

_ _

READ THE WHOLE THING.
We get asked the same questions over and over again, and it gets old very quickly. Virtually everything you need to know is explained here.

General Questions & Roles

Q1. Can playing FiveM get me banned from GTA:Online?
No. FiveM is installed in a completely different folder and only reads the GTA files, but does not alter them in any way. So as far as the Rockstar services are concerned, you are playing GTA5 single player.

@Firecul
Firecul / Project Homecoming rules.md
Last active March 6, 2020 01:13
Project Homecoming rules

_ _

Rules

1) No insulting, harassing, griefing, flaming or generally abusive behaviour.
This includes using weapons, killing players, using abusive language, etc.
Breaking rule 1 will be met with an immediate temporary ban.

2) Don't troll, interrupt or inconvenience people
For example, don't have a full-blown conversation in chat during a race or testing, don't start testing on the same track someone's already on without permission, etc.

[Test Server]
IP=127.0.0.1
Port=30120
MaxPlayers=30
OneSync=0