add remoteid attribute to PijulRemote
Dependencies
- [2]
4LFJBVTGfilter out empty lines when fetching remotes - [3]
YTQW3VKIRun yarn lint --fix - [4]
MWB5VXBVNew remotes format - [*]
ZGMIJNFVCreate pijul.ts for executing commands using the Pijul CLI - [*]
3FBABWSMAdd remotes view on the SCM panel
Change contents
- replacement in src/pijul.ts at line 521
result.push(new PijulRemote(l.slice(i + 1).trim()));result.push(new PijulRemote(l.slice(0, i).trim(), l.slice(i + 1).trim())); - edit in src/pijul.ts at line 706[7.2252][7.2252]
public readonly remoteid: string,