Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 3d0709a

Browse files
docs: add readme and comments
1 parent 35d33ce commit 3d0709a

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<<<<<<< HEAD
12
# trainee-release-with-git
23

34
This is the trainee course material for the session "Release with Git" which
@@ -40,3 +41,15 @@ begin!
4041
* [Semantic Release: Release Workflows](https://semantic-release.gitbook.io/semantic-release/recipes/release-workflow)
4142
* [Git Rebase: Git In Practice](https://www.thinktecture.com/en/tools/demystifying-git-rebase)
4243
* [Video: VSCode GitLens Interactive Rebase UI](https://www.youtube.com/watch?v=P5p71fguFNI)
44+
=======
45+
# Hello world
46+
47+
NodeJS hello world
48+
49+
## How to run
50+
51+
```
52+
node index.js
53+
```
54+
55+
>>>>>>> 4f0573d (docs: add readme and comments)

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
// Prints hello world and current time to the user
12
console.log("Hello world!");
23
console.log(new Date());

0 commit comments

Comments
 (0)