Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gnome-commander
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
74
Issues
74
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnome-commander
Commits
65f4ab22
Commit
65f4ab22
authored
Mar 13, 2016
by
Uwe Scholz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adds Git tips and Docker hint in README.md
parent
2fd21a43
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
README.md
README.md
+16
-0
No files found.
README.md
View file @
65f4ab22
...
...
@@ -105,3 +105,19 @@ For installing GNOME Commander using the sources in the git repository, do the f
After executing
``./configure``
or
``./autogen.sh``
see the file
``INSTALL``
for detailed information regarding the installation of GNOME Commander.
### Tip for working with git ###
There exists a
[
pre-commit.sh
](
pre-commit.sh
)
script in the main
directory of the repository. Just type
``ln -s ../../pre-commit.sh
.git/hooks/pre-commit``
to activate this script. It runs
``make``
and
``make check``
before your change will be finally committed. This is
really nice for lazy people.
### Docker ###
There exists also a
[
Dockerfile
](
Dockerfile
)
in the repository. At the
moment, it is for testing purposes for the Ubuntu distribution only,
i.e. when you do
``docker build .``
, the GCMD sources are compiled on
the Ubuntu base image. Feel free to push a merge request if you have
cool ideas using Docker together with GCMD.
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