Compare commits
4 Commits
72a3d300f9
...
27be8e4fc1
Author | SHA1 | Date | |
---|---|---|---|
27be8e4fc1 | |||
3de95f5224 | |||
7f1dfe7346 | |||
25953a4645 |
7
Demo/test1.js
Normal file
7
Demo/test1.js
Normal file
@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
const test1 = () => {
|
||||
return <div>test1dklfmvs;dfknlm</div>;
|
||||
};
|
||||
|
||||
export default test1;
|
7
Demo/test2.js
Normal file
7
Demo/test2.js
Normal file
@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
const test2 = () => {
|
||||
return <div>test2</div>;
|
||||
};
|
||||
|
||||
export default test2;
|
@ -76,3 +76,17 @@
|
||||
## 11.Ignore
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## 14: Viewing File History
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## 15: Git Blame
|
||||
|
||||

|
||||

|
||||

|
||||
|
BIN
image-20.png
Normal file
BIN
image-20.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
BIN
image-21.png
Normal file
BIN
image-21.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
image-22.png
Normal file
BIN
image-22.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 42 KiB |
BIN
image-23.png
Normal file
BIN
image-23.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 89 KiB |
BIN
image-24.png
Normal file
BIN
image-24.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
BIN
image-25.png
Normal file
BIN
image-25.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
Reference in New Issue
Block a user