Skip to content

Instantly share code, notes, and snippets.

View joshpinto6's full-sized avatar
👋
Contributing to Open-Source

Joshpinto6 joshpinto6

👋
Contributing to Open-Source
View GitHub Profile
JavaScript 6 hrs 1 min ████████████▌░░░░░░░░ 59.9%
JSON 1 hr 56 mins ████░░░░░░░░░░░░░░░░░ 19.3%
TypeScript 1 hr 41 mins ███▌░░░░░░░░░░░░░░░░░ 16.9%
HTML 16 mins ▌░░░░░░░░░░░░░░░░░░░░ 2.7%
Other 5 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.8%
@joshpinto6
joshpinto6 / GodotMageCLA.md
Last active August 23, 2022 15:17
Contributor License Agreement for GodotMage tutorials and content. Updated on 8/23/22

Contributor Agreement

Individual Contributor Non-Exclusive License Agreement

(including the Patent Pledge OPTION)

Thank you for your interest in contributing to Joshpinto6's GodotMage ("We" or "Us").

The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors to Us. To make this document effective, please follow the instructions at [URL].

@joshpinto6
joshpinto6 / .gitconfig
Created August 3, 2022 02:14
Modified Git Config Template from Slipp D. Thomson on StackOverflow
[alias]
lg = lg1
lg1 = lg1-specific --all
lg2 = lg2-specific --all
lg3 = lg3-specific --all
lg1-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(auto)%d%C(reset)'
lg2-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(auto)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)'
lg3-specific = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset) %C(bold cyan)(committed: %cD)%C(reset) %C(auto)%d%C(reset)%n'' %C(white)%s%C(reset)%n'' %C(dim white)- %an <%ae> %C(reset) %C(dim white)(committer: %cn <%ce>)%C(reset)'