I’d normally do

git push -u origin sydb_2279

to make it explicit. 

Hugh

On May 14, 2022, at 12:03, Bauman, Syd <s.bauman@northeastern.edu> wrote:


I checked out dev branch of the TEI repo, then created a new branch:

| $ git status -uno
| On branch dev
| Your branch is up to date with 'origin/dev'.
|
| nothing to commit (use -u to show untracked files)
| $ git checkout -b sydb_2279
| Switched to a new branch 'sydb_2279'

Then I made a bunch of changes, making a few commits. Then I went to
push my new branch up so y'all could play with it:

| $ git status -uno
| On branch sydb_2279
| nothing to commit (use -u to show untracked files)
| $ git push -u
| Branch 'dev' set up to track remote branch 'dev' from 'origin'.
| Branch 'gender' set up to track remote branch 'gender' from 'origin'.
| Everything up-to-date

Huh? And the sydb_2279 branch is *not* pushed up to gitHub. What
gives?

_______________________________________________
Tei-council mailing list
Tei-council@lists.tei-c.org
http://lists.lists.tei-c.org/mailman/listinfo/tei-council