Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
imagej-elphel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
imagej-elphel
Commits
38ca28e2
Commit
38ca28e2
authored
Mar 01, 2013
by
Johannes Schindelin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
README.md: more steps what to do after cloning
Signed-off-by:
Johannes Schindelin
<
johannes.schindelin@gmx.de
>
parent
c730e30c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
README.md
README.md
+13
-0
No files found.
README.md
View file @
38ca28e2
...
...
@@ -53,3 +53,16 @@ Then:
5.
the
*scm*
information
2.
Remove the
```Process_Pixels.java```
file and add your own files
3.
Edit
```src/main/resources/plugins.config```
4.
Replace the contents of
```README.md```
with information about your project.
If you cloned the
```minimal-ij1-plugin```
repository, you probably want to
publish the result in your own repository:
1.
Call
```git status```
to verify .gitignore lists all the files (or file
patterns) that should be ignored
2.
Call
```git add .```
and
```git add -u```
to stage the current files for
commit
3.
Call
```git commit```
or
```git gui```
to commit the changes
4.
[
Create a new GitHub repository
](
https://github.com/new
)
5.
```git remote set-url origin git@github.com:<username>/<projectname>```
6.
```git push origin HEAD```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment