git status
git add dada2_18S.R
git add dada2_18S.yaml
git add job_submission.sh
git commit -a -m "updated 18S script and yaml to incorporate truncLen "auto""
3 files changed, 26 insertions(+), 20 deletions(-)
rewrite job_submission.sh (66%)
git push origin main
Error I got:
rsleith@cfe1 edna-dada2 [master*]$ git push origin main
error: src refspec main does not match any.
error: failed to push some refs to 'git@github.com:BigelowLab/edna-dada2.git'
You trued to push the 'main' branch to the 'master' branch. We are still i the awkward transition from 'master' to 'main' so some have one and other have the others.
What I did:
Error I got: