feat/eng-123-initializing-project #1
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/eng-123-initializing-project"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fcfc3ec8a4
to00a5d2454b
00a5d2454b
to47bb47ace4
@ -6,0 +7,4 @@
function init() {
console.log(`hello ${PERSON}!`);
console.log("another log!");
This should be in a different commit, don't add exclamation mark here
@ -1,5 +1,16 @@
console.log("hello youtube!");
const PERSON = "youtube";
I would have the commit that extracts this into a function, after the feature commit.
fc38677d84
to2ac458dd37
2ac458dd37
toaf1b20c433
Great! All looking good!
Just apply the fixups!
5ad483620d
toc50390db00