List of commits:
Subject Hash Author Date (UTC)
Add download link in README.md. 62b88a73992edac88f9fc3dfb42661abcd78ae27 Jan Allersma 2019-01-27 18:53:44
Update README.md 10b989f84b331a6cba39040cc5c35952e135adc9 Jan Allersma 2019-01-26 19:06:49
Add example for demonstration. 19c532f4bb40e5485159b3e13ed78514cf85b5ee Jan Allersma 2019-01-20 15:20:51
Fix module concurrency. f39efe6c3981d1097e6ee8ced0f3d7a8c913a256 Jan Allersma 2019-01-20 14:46:26
Revise git(ignore) integration. 192f93a160ead0165ca15c21f5cc046d89b7ba5d Jan Allersma 2019-01-19 16:39:10
Run modules concurrently. 0100f680f4054ffe4948278a5dae93b4fcb0d333 Jan Allersma 2019-01-19 16:24:27
Fix `dep_config::scan`. ed8759345a07e93b30bd802b1e6ecb8d5eeb3b85 Jan Allersma 2019-01-18 14:53:50
Fix fetching with single-file-modules. d1a2173433bf45648da9a85cda04d7ace9148439 Jan Allersma 2019-01-15 16:24:27
Add feature: initialize hidden dependencies. fc99666c48da1653b3097a0251d8219bc49886cb Jan Allersma 2019-01-12 15:52:45
Revise `hide` command. 482bad08f949eaedbd61e2cb7c53870271d47997 Jan Allersma 2019-01-11 15:45:26
Rename project to 'Ambassade'. 4f9c0e27ca25042a97acebc9f3282e4f941706fe Jan Allersma 2019-01-10 15:01:39
Git integration. 0ebc5b3769e50c3463bdc39af0160c7db0d3f00b Jan Allersma 2019-01-03 17:34:18
Implement `hide` command. ab693b8fd91c93dfd7ee7b82cbae75b2a6043b0f Jan Allersma 2018-12-29 15:13:25
Resolve missing/erroneous build/run commands. e81d57882036a6475718b0653169c609d23b1c30 Jan Allersma 2018-12-25 13:06:00
Show working directory in status. ab188603dda062de4b2ea76c5bc1d2d41d98b8c2 Jan Allersma 2018-12-25 10:36:35
Add shell fallthrough. 02078135791fb3889152c11defaa2df21d0ae597 Jan Allersma 2018-12-22 19:47:36
Show dependencies when using `delete` command. cfa9779714d5e6d46ab5b4eeb84a915a15f23f54 Jan Allersma 2018-12-20 15:46:05
Resolve dep-tree by building project recursively. f53e38d790ec67d99ec8204af97273a53b73a9dc Jan Allersma 2018-12-19 14:54:07
Improve `dep-tree` command. 90bfa0340b7b874d65c08dc05c3d711abda1c469 Jan Allersma 2018-12-17 20:10:14
Implement experimental `dep-tree` command. 45d9dfdbfc99c59174e7c587621276b78ab7a4e9 Jan Allersma 2018-12-14 16:11:53
Commit 62b88a73992edac88f9fc3dfb42661abcd78ae27 - Add download link in README.md.
Author: Jan Allersma
Author date (UTC): 2019-01-27 18:53
Committer name: Jan Allersma
Committer date (UTC): 2019-01-27 18:57
Parent(s): 10b989f84b331a6cba39040cc5c35952e135adc9
Signing key:
Tree: bf8d4793f4af2225cba41221d1b73bd461a94a88
File Lines added Lines deleted
README.md 7 1
File README.md changed (mode: 100644) (index 48ad3ec..78028c4)
... ... advanced usage of Ambassade, you will have to edit the config files.
28 28
29 29 ## Getting Ambassade ## Getting Ambassade
30 30
31 ### Download exectuable
32
33 You can download the executable from
34 [itch.io](https://helgade.itch.io/ambassade).
35
31 36 ### Building from source ### Building from source
32 37
33 Use Cargo to build Ambassade from source:
38 Use [Cargo](https://doc.rust-lang.org/stable/cargo/) to build Ambassade from
39 source:
34 40
35 41 ```bash ```bash
36 42 cargo build # For debug version cargo build # For debug version
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/kapstok/NHL-Beheer

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/kapstok/NHL-Beheer

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