+ [10 years ago] mehwork but it seems like i should just be able to create an authorization based on my clientid/secret just the same as you described
+ [10 years ago] Seveas mehwork: it is oauth, I was wrong.
+ [10 years ago] mehwork np, thanks for clarifing
+ [10 years ago] mehwork it all makes sense now it hink
+ [10 years ago] mehwork i think i need to have my employer run the curl command to do basic auth to generate an auth token for me, since using the client id/secret doesn't seem to work (although you'd think either one would work)

message no. 94528

Posted by mehwork in #github at 2015-05-21T17:20:42Z

np, thanks for clarifing
+ [10 years ago] grepper I just did a new release using the web interface, and tags v0.35.2 (and tovid-0.35.2) but "git describe" in master still shows 0.35.0-55-g93b5ffc . Shouldn't it describe the # of commits since 0.35.2 ?
+ [10 years ago] grepper Do I need to make it an 'annotated' tag?
+ [10 years ago] foxxx_ how do I delete all the files in my master branch?
+ [10 years ago] arussel I'm trying to do a push from a script. Does git try to read some environment variable for auth ?
+ [10 years ago] Seveas foxxx_: git checkout master; git rm -r --cached . (if you also want to delete files from disk, omit the --cached); git commit