An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
An introduction to curl
using GitHub's API.
Makes a basic GET request to the specifed URI
curl https://api.github.com/users/caspyin
using Android.App; | |
using Android.Widget; | |
using Android.OS; | |
using Android.Views; | |
using Android.Text; | |
using Android.Runtime; | |
using Java.Text; | |
using System.Text.RegularExpressions; | |
namespace EditTextExample |
If a project has to have multiple git repos (e.g. Bitbucket and Github) then it's better that they remain in sync.
Usually this would involve pushing each branch to each repo in turn, but actually Git allows pushing to multiple repos in one go.
If in doubt about what git is doing when you run these commands, just