File: DEVELOPER_NOTES.txt

package info (click to toggle)
python-easygui 0.98.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,408 kB
  • sloc: python: 3,189; makefile: 151; xml: 120
file content (17 lines) | stat: -rw-r--r-- 546 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Getting Linux up and running.

Use virtualbox and download a ready-made vdi file for something like experimentalOS




Setup up git to use meld as default
git config --global merge.tool meld

Issues with ElementaryOS0.2.  I needed, for some reason to install this:
sudo apt-get install python-tk

Git Stuff:
* We will follow the process described in Git-branching-model.pdf
* To remove a file from Git, but still leave it in the local directory:  git rm --cached file.txt
* Tag files when released: $ git tag -a "0.97.3" -m "0.97.3 (2014-12-27)"