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
5 changes: 5 additions & 0 deletions git_command_line_assessment_kingsley.txt`
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
$ git checkout brance_name.txt >command use to switch over the master or the branch
$ git add filename.txt >the is use to add a file to the stagging area
$ git diff > this is use to check the difference between the working directory and the staging area(it needs no argument)
$ git branch branch-name.txt > this command create a branch in the master
$ git branch -d branch_name > this command deletes branch maybe after merging with the master
Empty file.
Empty file.
1 change: 1 addition & 0 deletions week2_kingsley/git-practice/week2_kingsley/work_history
Submodule work_history added at f0b8b4
1 change: 1 addition & 0 deletions week2_kingsley/git-practice/work_history
Submodule work_history added at 7a75bc
1 change: 1 addition & 0 deletions week2_kingsley/work_history
Submodule work_history added at 7a75bc
26 changes: 26 additions & 0 deletions work_history/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Work history
This repo will be used to keep a record of your work while at Enye

# Weekly Git Workflow
* At the start of each weeks curriculum, you will create a folder within the work history repo and title it according to the following pattern:
```
week{{week_number}}_{{your_first_name}}
```
* Ex: If it was week 2, the folder title for me would be - `week2_uche`
* For each professional section on codecademy we require that you:
* Create a file or files under its corresponding week’s folder and name it according to this pattern:
```
{{name_of_professional_section}}_{{name_of_file_in_professional_section}}
```
* For example in week 2’s HTML Element and Structure module the professional project is called fashion blog
```
fashion_blog_{{name_of_file_in_professional_Section}}
```
* There is an index.html in this project
```
fashion_blog_index.html
```
* Create a file of a similar name inside of the `week{{week_number}}_{{your_first_name}}` folder that you created
* Copy all the code from the codecademy file to your local file
* Save and Push the changes to your forked repo
* Keep in mind that we will be checking your work history repo weekly
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
+<a></a>
+<h1></h1>
+<h2></h2>
+<h2></h2>
+<nav></nav>
+<ul></ul>
+<ol></ol>
+<li></li>
+<img</>
+<h3></h3>
+<h4></h4>
+<h5></h5>
+<h6></h6>
+<em></em>
+<strong></strong>
+<del></del>
+<sup></sub>
+<table></table>
+<thead></thead>
+<td></td>
+<tr></tr>
+<tbody></tbody>
+<p></p>
+<div></div>
+<!DOCTYPE html
+<html></html>
+<head></head>
+<body></body>
+<style></style>