+[2015-07-17T23:49:12Z]DscoducHey guys, looking for some help with GitHub +[2015-07-17T23:49:36Z]Dscoductrying to pull a list of files from a remote public repo that I can display in a list on my website +[2015-07-17T23:50:06Z]DscoducI can see the repo using the command curl -i "https://api.github.com/repos/<username>/repo/" +[2015-07-17T23:50:29Z]Dscoducbut I can't figure out how to get back a list of the files in that repo... +[2015-07-17T23:57:12Z]morenoh151VxJasonxV: so there are no shortcuts for marking a notification as read?
message no. 103744
Posted by owen1 in #github at 2015-07-17T22:55:39Z
eventualy i want to merge dev into master
+[2015-07-17T23:58:52Z]VxJasonxVthe shortcut key is ?, you can hit it almost anywhere +[2015-07-17T23:59:24Z]VxJasonxVit'll show you the global shortcuts, and any page specific ones +[2015-07-18T00:00:28Z]VxJasonxVDscoduc: https://developer.github.com/v3/repos/contents/#get-contents +[2015-07-18T00:02:08Z]morenoh151ah j & and k +[2015-07-18T00:02:13Z]DscoducI've been reading that for a couple of hours... I've received feedback to try and use "https://api.github.com/repos/dscoduc/PowerShellScripts/git/trees/HEAD"