2020-01-06 10:09:13 -06:00
2020-01-08 13:04:43 -06:00

LoramGit-HowTo

Brief description on how to use LoramGit

Adding a Repo

TBD

New File

  • Find the repo that you are going to add a new file too i.e. LoramGit-HowTo and click on New File.

LoramGit-newfile

  • Add a file name.

LoramGit-name

  • Add your code.

LoramGit-newcontent

  • Save and commit directly with comments.

LoramGit-newcommit

Editing

There are several ways to start editing your code. The quickest and easiest way is to simply click on the file you want to update, then click the edit icon.

LoramGit-edit.png

Then, create a pull request once you are done editing the file and commit the changes.

LoramGit-newpull3e97e3cc9939d53a.png

The other way, for advanced users familiar with other Git platforms like GitHub, can use Git for windows.

Using this way, you can then make changes like this:

  1. git clone https://mobile.loram.com/code/dwdoubet/LoramGit-HowTo.git
  2. git checkout -b dev master

Now make your changes to the file you need to change. I recommend using Notepad++.

Once you have made your changes, you need to make a pull request and save your info back to the repository.

  1. git add file_you_changed.txt
  2. git commit -m "Update this and that"
  3. git push origin dev

This is a brief how to. For more details on how to use "Git", check out this resource here.

Problems? Yeah, me to. Haven't been able to get this to work at all. Here is some docs that might help in the future:

S
Description
How to use Git, markdown, and push/pull your way to success
Readme
50 KiB