You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2018. It is now read-only.
First, it seems this already works, atleast if the student has not made any changes to their repo.
it will look like this:
Authenticating to GitHub...
Found organization at: https://api.github.com/orgs/teachers-pet-test
Adding remotes and pushing files to student repositories.
vkaynig --> [email protected]:teachers-pet-test/vkaynig-test1.git
fatal: remote vkaynig already exists.
Counting objects: 5, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (2/2), done.
Writing objects: 100% (4/4), 350 bytes | 0 bytes/s, done.
Total 4 (delta 0), reused 0 (delta 0)
To [email protected]:teachers-pet-test/vkaynig-test1.git
c2018fe..82f9d4c master -> master
You can see the "fatal", but it does add the files for a new homework in.
Now, I dont want to have to pull every students changes in here to have to push new changes to their remotes. There wont be a merge conflict because, by convention, I want to keep a new homework in a new folder. Is this doable?
The text was updated successfully, but these errors were encountered:
First, it seems this already works, atleast if the student has not made any changes to their repo.
it will look like this:
You can see the "fatal", but it does add the files for a new homework in.
Now, I dont want to have to pull every students changes in here to have to push new changes to their remotes. There wont be a merge conflict because, by convention, I want to keep a new homework in a new folder. Is this doable?
The text was updated successfully, but these errors were encountered: