We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091fc8a commit 0b374c0Copy full SHA for 0b374c0
addNewAlgorithm.js
@@ -122,8 +122,9 @@ let doIt = (algName, algID) => {
122
console.log("");
123
console.log("Congratulations! The main repository " + devBranch + " now has your new algorithm.");
124
console.log("You should probably also push your branch to the main repository:");
125
+ console.log("");
126
console.log("git switch add_" + algID + "; git merge " + devBranch);
- console.log("git git push --set-upstream origin add_" + algID);
127
+ console.log("git push --set-upstream origin add_" + algID);
128
129
console.log("If others are working on " + devBranch + ", best merge any changes as soon as possible.");
130
0 commit comments