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 .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"node_modules/"
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"I am vishal, nice to meet you"
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# InterviewQuestions

Welcome to This repository
This change done by Khwahish
HEAD
PROJECT A

PROJECT B
6f415a1 (update project line b on feat/profile)

Project: A and B
32 changes: 32 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
\# Release Notes



v0.1.0 - First Demo Release



 New Features

\- Initial project setup completed.

\- Added basic structure and configuration.

\- Included `.gitignore`, `README.md`, and sample files.



 Bug Fixes

\- N/A (first version)

Notes

\- This is the first demo release.

\- Tag: `v0.1.0`

\- Signed-off-by: Vishal <vishal@example.com>



31 changes: 31 additions & 0 deletions gitlog.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
C:\Users\vikas\git-lab-vishal>git log --oneline --graph --decorate -n 30
* c1ea539 (HEAD -> feat/profile, origin/feat/profile) add release notes for v0.1.0
* d9bd2bb update project line b on feat/profile
* 92f4e7e feat:add profie file
* b2216b9 (main) Update project line to A on master
* 6a34a8c (origin/main) docs: add project readme
* 935ff23 (origin/master, origin/HEAD) Update ELK.txt
* c680361 Update ELK.txt
* e81bcd0 Update ELK.txt
* 093308e Update Kubernetes.txt
* 665f9f0 Update Kubernetes.txt
* adbcf26 Update Kubernetes.txt
* 6682d02 Create Splunk.txt
* 92cd142 Update Kubernetes.txt
* c334bbe Update Kubernetes.txt
* dbee691 Update Kubernetes.txt
* 9f2b09b Update SonarQube.txt
* 8cb1df8 Update Kubernetes.txt
* e4523ca Update Kubernetes.txt
* 171b279 Update SonarQube.txt
* 72d62e9 Update SonarQube.txt
* 881873f Update SonarQube.txt
* d9ad748 Update SonarQube.txt
* 2fdfd98 Update Kubernetes.txt
* 8e42a7a Update SonarQube.txt
* e368980 Update Kubernetes.txt
* 88936c0 Update Kubernetes.txt
* cc03455 Add files via upload
* bfec20f Update Kubernetes.txt
* efe4c5c Add files via upload
* d868caf Delete Readm
Empty file added hello.txt
Empty file.
Empty file added hellow.txt
Empty file.
18 changes: 18 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Conflict resolved manually in README.md



Staged the file with git add README.md



Continued the rebase with git rebase --continue



Pushed rebased branch



PR ready for review/merge

1 change: 1 addition & 0 deletions pr_link.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/C0DE-Vishal/git-lab-vishal/pull/new/feat/profile
1 change: 1 addition & 0 deletions src
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"hello I am vishal"
5 changes: 5 additions & 0 deletions status.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
C:\Users\vikas\git-lab-vishal>git status
On branch feat/profile
Your branch is up to date with 'origin/feat/profile'.

nothing to commit, working tree clean