List of commits:
Subject Hash Author Date (UTC)
prepared User interface cfad65413554fbd7a1026f2c8e73e73e996df69d SF2311 2018-04-18 18:51:26
initial commit 272ab94837f2e39f77b768df08a25a78466d52d1 SF2311 2018-04-18 18:43:17
Commit cfad65413554fbd7a1026f2c8e73e73e996df69d - prepared User interface
Author: SF2311
Author date (UTC): 2018-04-18 18:51
Committer name: SF2311
Committer date (UTC): 2018-04-18 18:51
Parent(s): 272ab94837f2e39f77b768df08a25a78466d52d1
Signer:
Signing key:
Signing status: N
Tree: 3598cfcf1ad060d72c857930582215edf960dfe1
File Lines added Lines deleted
src/Main.java 3 0
src/salesman/ui/MainWindow.fxml 11 0
src/salesman/ui/UILoader.java 4 0
File src/Main.java changed (mode: 100644) (index 7046417..6054a64)
1 1 public class Main { public class Main {
2 public static void main(String[] args) {
3
4 }
2 5 } }
File src/salesman/ui/MainWindow.fxml added (mode: 100644) (index 0000000..3902d97)
1 <?xml version="1.0" encoding="UTF-8"?>
2
3
4 <?import javafx.scene.layout.*?>
5
6 <AnchorPane xmlns="http://javafx.com/javafx"
7 xmlns:fx="http://javafx.com/fxml"
8 fx:controller="salesman.ui.UILoader"
9 prefHeight="400.0" prefWidth="600.0">
10
11 </AnchorPane>
File src/salesman/ui/UILoader.java added (mode: 100644) (index 0000000..5ff636f)
1 package salesman.ui;
2
3 public class UILoader {
4 }
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/SF2311/travelling-salesman

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/SF2311/travelling-salesman

Clone this repository using git:
git clone git://git.rocketgit.com/user/SF2311/travelling-salesman

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main