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.
- Add a file name.
- Add your code.
- Save and commit directly with comments.
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.
Then, create a pull request once you are done editing the file and commit the changes.
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:
- git clone https://mobile.loram.com/code/dwdoubet/LoramGit-HowTo.git
- 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.
- git add file_you_changed.txt
- git commit -m "Update this and that"
- 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:





