-
Notifications
You must be signed in to change notification settings - Fork 3
/
readme.txt
26 lines (18 loc) · 1.37 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
--------------------------------------------------------------------------------
Opstarten uit de taskbar
C:\OSGeo4W64\bin\qgis-bin-g7.exe --project d:\mooiman\home\models\delft3d\GIS\Netherlands\nl.qgs
--------------------------------------------------------------------------------
lMyAttribField << QgsField("TrackId", QVariant::Int)
<< QgsField("Label", QVariant::String)
<< QgsField("Type", QVariant::String)
<< QgsField("Color", QVariant::String)
<< QgsField("PosX", QVariant::Double)
<< QgsField("PosY", QVariant::Double)
<< QgsField("TimeStamp", QVariant::String);
MyFeature.setAttribute(QString("TimeStamp"), MyTime.currentDateTime().toString("dd.MM.yyyy hh:mm:ss.zzz"));
--------------------------------------------------------------------------------
git ls-remote --get-url // get the remote URL, ex. https://github.com/Deltares/qgis_umesh
git diff --name-status // geeft een lijst van files die nog gecommit moeten worden, gecommitte files staan er niet in
git log @{u}.. // list the files which where committed and not yet pushed, but what file? (is that necessary)
git cherry -v // list the files which where committed and not yet pushed, but what file? (is that necessary)
git checkout // als deze leeg is, dan is de locale database gelijk aan de remote database