+ [2020-06-12T18:33:08Z] jhass so just because you'll usually have branches of the same name in both your local repo and the remote one, it's not the same pointer thingy
+ [2020-06-12T18:33:50Z] jhass so yeah, just git clone; optionally make a new branch with git checkout -b whatever; and git commit to your hearts content :)
+ [2020-06-12T19:41:42Z] leotaku_ Does anyone here know if adding and then accessing non-js files to/from a GitHub Javascript Action is possible?
+ [2020-06-12T23:45:48Z] SomeT I just done this command on my git repo and I want to reverse it: git rm -r --cached . how can I reverse this command as though it never happened?
+ [2020-06-12T23:49:53Z] SomeT nw got it, was git reset

message no. 182303

Posted by teut in #github at 2020-06-12T15:22:02Z

Can smomeone explain why I m getting this message ? This branch is 3 commits ahead of master.
+ [2020-06-13T08:39:03Z] Nalt Hey guys, I am wanting to link a Overleaf project to an existing repository I have on Github: https://www.overleaf.com/learn/how-to/How_do_I_connect_an_Overleaf_project_with_a_repo_on_GitHub,_GitLab_or_BitBucket%3F#Using_Overleaf_with_GitHub When I follow the instructions I get to https://i.imgur.com/11TiEtB.png but I do not want to make a *new* repository, but instead push to an existing one. Is there a way to do this via
+ [2020-06-13T08:39:03Z] Nalt Github? (I'm a bit new to using git/github)
+ [2020-06-13T08:54:25Z] Nalt I think it goes: Overleaf -> My computer (local repository) -> Github ?
+ [2020-06-13T09:18:12Z] jhass seems more like an overleaf question than a github one. What happens if you just press the button?
+ [2020-06-13T09:22:37Z] Nalt it makes a new Github repository