Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mergeConflict.js
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
console.log("Modifico el console.log");
console.log("ESTE CAMBIO QUIERO QUE PASE");
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please only log with correct capitalization

5 changes: 4 additions & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// COmenzando las pruebas
console.log("Chau mundo")
console.log("Esta es mi primer feature");
console.log("Esta es mi segunda feature");
console.log("Esta es mi segunda feature");

console.log("ESTE CAMBIO QUIERO QUE PASE");
console.log("ESTE CAMBIO QUIERO QUE PASE 2");
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dont add useless logs