Skip to content

How to work on the Codetables

LuisaIckes edited this page Feb 6, 2019 · 14 revisions

How to work on a branch? – e.g. alter a table

Attention: We only work with CSV in UTF-8!

  1. Update your local repository (e.g. use sync or pull).

local repository

  1. Go to branches, choose the branch related to your issue, open folder "tables_en".

  2. Open table in excel, if the table is not appropriately displayed, check your language settings (control panel-->region and language-->formats-->settings-->list separator).

Table settings

  1. Alter table, save as CSV (comma delimited).

  2. Check in Notepad++ (or alternative editor) if the delimiter is correct and the encoding is UTF-8.

  3. If you want to work on your document before ‘publishing it’ you can choose to make commits without syncing. This will allow you to have version control whilst keeping the changes local to your computer initially.

  4. Push your local GitHub Repository to the online/published Repository (this can be done via sync on GitHub Desktop). Enter a short message, this message will be displayed on Github in two ways:

Push1 Push2

How to compare a branch with the master in GitHub?

You want to see quickly what changes where made in this branch in comparison to the master: Go to the GitHub repository, select the branch and open the folder tables_en.

Comparison step 1

Click on 'compare'. Now the changes and the commits done to this branch are displayed.

Comparison step 2

The result will look similar as in this example:

Comparison step 3

Attention: If you compare two branches, then the base branch will be as it was in the beginning (ignoring the changes you commited since then).

Clone this wiki locally