Skip to content

SebastianDall/learn-git

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learn-git

Practice using git(hub)

To-do

  • Clone this repository to your local machine, preferably using GitKraken
  • Make a branch for yourself named by your github account
  • Checkout the branch
  • Start doing some typical 16S work in the analysis.Rmd file
  • Add files along the way if necessary, fx data or other scripts
  • Adjust the .gitignore file if needed. Are there files/folders git should stop tracking?
  • Finish this README.md file removing the to-do section. You can use markdown syntax
  • Stage related changes together and commit them one by one with meaningful commit messages
  • Push changes
  • Make a pull request from your branch to the main branch with a description
  • Done

ampvis2 is broken!

  • Fork ampvis2
  • Clone ampvis2 to your local machine
  • Checkout the "broken" branch
  • Run a devtools::check() and figure out where the error occurs
  • Fix the error
  • Run a devtools::check() again
  • Commit (or revert) changes
  • Push and make a pull request with the fix

Description

  • make a change. Describe the change in Work in progress and commite.

Requirements

Installation

Usage

Examples

About

Practice using git(hub)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published