File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
- ## [ Unreleased ]
4
+ ## [ 0.2.1 ] - 2018-08-25
5
5
- Fix problem with JSON encoding when creating repositories.
6
6
- Add issue number.
7
7
@@ -19,6 +19,6 @@ All notable changes to this project will be documented in this file.
19
19
## 0.0.1 - 2018-04-29
20
20
- Initial release.
21
21
22
- [ Unreleased ] : https://github.com/Crayon2000/GitConduit/compare/v0.2.0...HEAD
22
+ [ 0.2.1 ] : https://github.com/Crayon2000/GitConduit/compare/v0.2.0...v0.2.1
23
23
[ 0.2.0 ] : https://github.com/Crayon2000/GitConduit/compare/v0.1.0...v0.2.0
24
24
[ 0.1.0 ] : https://github.com/Crayon2000/GitConduit/compare/v0.0.1...v0.1.0
Original file line number Diff line number Diff line change @@ -7,8 +7,11 @@ It supports the following services:
7
7
* GitBucket
8
8
* GitHub
9
9
10
- ## How To Use
10
+ ## Requierements
11
11
* Make sure * git.exe* is in your path
12
+ * If you are exporting to an organisation, make sure it exist in the destination application
13
+
14
+ ## How To Use
12
15
* Fill the ** Source** section and click on the ** Next** button
13
16
* Select the owner of the source repositories and click on the ** Next** button
14
17
* Select the repositories you want to export and click on the ** Next** button
You can’t perform that action at this time.
0 commit comments