Skip to content
This repository has been archived by the owner on Jul 7, 2024. It is now read-only.

weecology/collaborative-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

collaborative-tools

Collaboration is increasingly important in science, and there are a growing number of tools to aid in collaborative tasks. However it is not always which tools are best for a particular task and group size. We develop a set of recommendations on best practices when considering a set of tools for carrying out collaboration.

How to contribute to this project

  1. Fork the repo to your local GitHub account

  2. Clone your forked version of the repo to your machine

git clone [email protected]:your_user_name/collaborative-tools.git

  1. Link your local repo back to the master on weecology

git remote add upstream [email protected]:weecology/collaborative-tools.git

  1. Fetch any changes that occurred on the master on weecology

git fetch upstream

  1. Merge those changes with your local copy

git merge upstream/master

  1. Commit the merges to your repo

git commit -m "Merge upstream changes"

  1. Push the merge back to your forked repo

git push

Repeat steps 4-7 before you begin work on the project in the future

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published