Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.24 KB

README.md

File metadata and controls

43 lines (25 loc) · 1.24 KB

SLMCLBA

Listen based armour for the Secondlife Military Community

In this Github, You will find all of the up to date scripts for LBA Armour, as well as documentation on how it works and how to damage it. In the event that Hadet or Dread disappears forever due to death or prison or something else, this will serve as a way to allow others to fork and distribute future standardized versions of LBA.

Contributing

FOLLOW GITHUB'S HELLO WORLD!

Fork The Repo

Clone Your Fork:

git clone [email protected]:yourusername/SLMCLBA

Set Remote Origin for Rebasing:

git remote add upstream https://github.com/Krutchen/SLMCLBA

Create a new Branch before making changes:

 git pull --rebase upstream master
 git checkout -b descriptive-name

Once you have edited files, you need to stage them for commit. If you're not using a text editor with Git Integration, you can do this like so:

git add $file(s)

Provide a commit message for what's changed:

git commit -m "I hate Dread Hudson"

Push your changes:

git push

Pull Request:

Return to this Page, there will be a button that says CREATE PULL REQUEST! It is Green, click it and submit.