Adds the contest remote repository named 'upstream' with the specified URL.
git remote add original https://github.com/project/contest-repo.git
Downloads objects and refs from the remote repository
git fetch original
| // SPDX-License-Identifier: MIT | |
| pragma solidity ^0.8.0; | |
| interface IL1Write { | |
| // Events | |
| event IocOrder(address indexed user, uint16 perp, bool isBuy, uint64 limitPx, uint64 sz); | |
| event VaultTransfer(address indexed user, address indexed vault, bool isDeposit, uint64 usd); | |
| event TokenDelegate(address indexed user, address indexed validator, uint64 _wei, bool isUndelegate); | |
| event CDeposit(address indexed user, uint64 _wei); | |
| event CWithdrawal(address indexed user, uint64 _wei); |
Adds the contest remote repository named 'upstream' with the specified URL.
git remote add original https://github.com/project/contest-repo.git
Downloads objects and refs from the remote repository
git fetch original
.vscode\extensions\yassh.copy-with-line-numbers-0.0.4\out\src\copy-with-line-numbers.jsBelow the diff. I've replaced the use of copy-paste lib for clipboard as it does not work correctly with Vscode through Windows WSL.
This change isn't mandatory.
--- C:\Users\.vscode\extensions\yassh.copy-with-line-numbers-0.0.4\out\src\copy-with-line-numbers - backup.js
+++ C:\Users\.vscode\extensions\yassh.copy-with-line-numbers-0.0.4\out\src\copy-with-line-numbers.js| $ git remote rm origin | |
| $ git remote add origin [email protected]:aplikacjainfo/proj1.git | |
| $ git config master.remote origin | |
| $ git config master.merge refs/heads/master |