Skip to content

Commit 0b374c0

Browse files
committed
git git fixed
1 parent 091fc8a commit 0b374c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

addNewAlgorithm.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,9 @@ let doIt = (algName, algID) => {
122122
console.log("");
123123
console.log("Congratulations! The main repository " + devBranch + " now has your new algorithm.");
124124
console.log("You should probably also push your branch to the main repository:");
125+
console.log("");
125126
console.log("git switch add_" + algID + "; git merge " + devBranch);
126-
console.log("git git push --set-upstream origin add_" + algID);
127+
console.log("git push --set-upstream origin add_" + algID);
127128
console.log("");
128129
console.log("If others are working on " + devBranch + ", best merge any changes as soon as possible.");
129130
console.log("");

0 commit comments

Comments
 (0)